header{
    text-align: center;
}


body{
    /* background-color: rgb(209, 204, 204); */
    background-color: rgb(0, 96, 0);
}

.titulo{
    color: white;
    text-align: center;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
}

.titulo1{
    color: white;
}

.card {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.card-subtitulo{
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
}
.card:hover {
    transform: translateY(-5px);
}

.titulo_10{
    color: white;
    text-align: center;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
}

.titulo2_10{
    color: red;
    text-align: center;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
}

.titulo_11{
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-optical-sizing: auto;
}

.footer-content{
    color: white;
}

.terms-page{
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-optical-sizing: auto;
}