*{
    background-image: url(https://i.pinimg.com/736x/fa/4b/7a/fa4b7a137758b4d05d00c033090e576f.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

body {
    color: azure;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Instrument Serif', serif;
}

.conteudo {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

ul {
    list-style: none;
    text-align: left;
    line-height: 2.0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: rgb(166, 255, 225);
}
