body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f997;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #333;
    background-image: url('/img/lilo-formatura.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    width: 1600px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.468); /* Fundo branco semi-transparente */
    padding: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
    color: #d2691e;
}

h1 {
    text-align: center;
}

.bio {
    margin-top: 20px;
}

.bio p {
    margin-bottom: 20px;
    line-height: 1.6;
}
a{
    text-decoration: none;
    border: 1px solid blue;
    color: blue;
    padding: 3px  10px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #979696;
}

@media (max-width: 768px) {
    body {
        background-attachment: fixed;
        background-position: center;
    }
    .container {
        width: 95%;
        border: none;
        font-size: 18px;
        position: absolute;
        top: 0;
        color: rgb(18, 18, 123);
        background-color: rgba(255, 255, 255, 0.594);
        background-attachment: fixed;
        background-position: center;
    }
}
