@font-face {
    font-family: 'Pantasia Regular';
    src: url('fonts/Pantasia-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Pantasia-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Pantasia-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pantasia-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/Pantasia-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pantasia-Regular.svg#PantasiaRegular') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Pantasia Regular', Arial, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.about-box {
    background-color: #ffffff;
    border: 1px solid #b9e2f5;
    border-radius: 15px;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.description {
    position: relative;
    text-align: right;
    margin-bottom: 20px;
        color: #946656;
}

.links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

.links a {
    margin: 0 10px;
    text-decoration: none;
    color: #50b8e7;
    font-weight: bold;
}

.links a:hover {
    text-decoration: underline;
}



.images img {
    width: 40%;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.subtitle {
  width: 50%;
  margin: auto;
  text-align: center;
          color: #946656;
}

        .home-link,
        .back-arrow {
            position: absolute;
            top: 20px;
            left: 20px;
        }










