header {
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: "Raleway"; sans-serif;
}
main img {
    width: 100%;
}
body {
    background-color: black;
   
}
.centro {
    color: white;
    display: flex;
    top: 800px;
    left: 150px;
    width: 1280px;
    height: 237px;
    flex-direction: wrap; 
    justify-content: space-evenly;
    margin: 5%;
    
}

.texto-centro{
    width: 50% ;
    font-size: small;
    font-family: "Raleway"; sans-serif;
    color: white;
    padding: 40px;

}
.iconos h1{
    color: white;
    text-align: center;
    font-family: "Raleway"; sans-serif;
}
.iconos{
    background-color: #1E1A13;
    color: white;
    padding: 5%;
}

.figuras{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
   
footer {
    background-color: #1E1A13;
    color: white;
    font-size: large;
    text-align: center;
    font-family: "Raleway"; sans-serif;
    padding:2%;
}


.bottom {
    display: flex;
    justify-content: space-around;
    margin: 5%;
}

.bottom img{
    width: 30%;
}
.centro img {
    width: 399px;
    height: 237px;
    padding: 10px;

}
p{
    font-family: "Raleway"; sans-serif;
}
