@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

* {
    font-family: "Lilita One", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-size: 50px;
}

.navbar-fix {
    justify-content: flex-end;
    font-size: 1.3rem;
}

.logo {
    background-color: cyan;
}

.banner {
    display: flex;
    text-align: center;
    justify-content: center;
}

main {
    background-color: #effafc;
}

.main-page {
    text-align: center;
    justify-content: center;
    margin-top: 3rem;
}

.text-banner {
    font-size: 5rem;
}

.text-p {
    font-size: 25px;
}

.book-banner {
    width: 90%;
}

.cadastro-button {
    margin-top: 6rem;
    text-decoration: none;
    border-radius: 10px;
    padding: 30px;
    background-color: red;
    color: white;
    font-size: 2rem;
}

.footer {
    font-size: 2px;
    background-color: #352a89;
    color: white;
    justify-content: space-around;
    padding: 3rem;
}

.footer-text {
    font-size: 15px;
    text-decoration: none;
    color: #b7b7b7;
}

.foto-perfil {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 80%;
}