@font-face {
    font-family: "Tan Pearl";
    src: url("tan-pearl.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hl {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.2rem !important;
}

body {
    margin: 0;
    font-family: sans-serif;
    background: url("4383.webp") no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 100vh;
    color: #705040;
}

@media (orientation: landscape) {
    body {
        background: url("4413.webp") no-repeat center center fixed;
        background-size: 100% auto;
    }
}

.container {
    background-color: rgba(255, 255, 255, 0.75);
    border: 4px solid #f6f0f0;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}

.logo {
    display: block;
    margin: 30px auto 20px auto;
    width: 60%;
    max-width: 300px;
}

.nav-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    padding: 20px;
    justify-items: center;
}

/*.nav-buttons > :last-child {
  grid-column: 1 / -1;
  justify-self: center;
  }*/

.nav-buttons a {
    display: block;
    width: 80%;
    max-width: 250px;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    background-color: #ffffffa0;
    border: 2px solid #705040;
    border-radius: 8px;
    font-family: "Tan Pearl", serif;
    color: #705040;
    transition:
        background-color 0.3s,
        transform 0.2s;
}

.nav-buttons a:hover {
    background-color: #a0908080;
    transform: translateY(-2px);
}

.instagram-link {
    text-align: center;
    margin-bottom: 30px;
}

.instagram-link a {
    align-items: center;
    color: #705040;
    text-decoration: none;
    font-family: "Tan Pearl", serif;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.instagram-link a:hover {
    color: #a09080;
}

.instagram-link i {
    font-size: 2rem;
}

@media (max-width: 600px) {
    .nav-buttons a {
        padding: 8px 0;
        font-size: 0.8rem;
    }

    .instagram-link a {
        font-size: 0.8rem;
    }

    .instagram-link i {
        font-size: 1.6rem;
    }
}
