header {
    color: white;
    font-size: 45px;
    padding: 10px;
}

body {
    height: calc(100vh);
    background-image: url('../imagenes/banner.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
    background-color: #928372;
    background-blend-mode: multiply;
}

h1 {
    font-size: 55px;
    letter-spacing: 16px;
}

section {
    margin-top: 200px;
}

.carga img {
    width: 150px;
    height: 150px;
}

button {
    width: 150px;
}

p {
    margin: 15px;
    font-size: 20px;
}

i {
    padding: 10px;
    font-size: 50px;
    color: #fff;
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 15px;
}