body {
    background-color: blanchedalmond;
    background-image: url(../img/fondo1.png);
    font-family: 'Courgette', cursive;
    font-size: 30px;
    font-style: italic;
    color: #4B3A35;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 45px;
}

p {
    font-size: 37px;
}


header {
    font-size: 40px;
    display: none;
}

#logo {
    margin-top: 20%;
    height: 100%;
}

#logo figure {
    height: 70%;
    margin-top: 8%;
}


#logo figure img {
    height: 100%;
}

#logo figure img {
    height: 100%;
}

.bg-trans {
    background-color: rgba(255, 255, 255, 0.616);
}

#index {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
}

footer {
    text-align: center;
}

footer p {
    font-size: 20px;
}