@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    background-color: #898989;
    font-family: 'Bebas Neue', cursive;
}
header{
    background-color: #000000;
    width: 1250px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    color: white;
    margin-right: 300px;
    justify-content: left;
}
header img{
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 820px;
}
.recuadro1, .recuadro2, .recuadro3{
    width: 80px;
    height: 23px;
    background-color: #5fbfbb;
    text-align: center;
    border-radius: 5px;
    float: left;
    list-style: none;
    margin: 3px;

}a {
    color: white;
    font-size: 15px;
}
.footer{
    margin-top: 10px;
    width: 1250px;
    height: 35px;
    background-color: #5fbfbb;
    border-radius: 5px;
}

.footer p{
    width: 1100px;
    font-size: 11px;
    color: white;
    margin-left: 75px;
    margin-top: 10px;
    padding-top: 10px;
}

.web{
    width: 1250px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
h1{
    font-size: 35px;
    margin-left: 20px;
}