.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f1c40f;
    font-family: arial;
    color: antiquewhite;
    padding: 20px;
}
.text{
    font-size: 1em;
}
.h1{
    font-size: 1.5em;
}
.carrusel{
    display: flex;
    overflow: scroll;
}
.carrsuel .row{
    margin: 10px;
    width: 300px;
}
.carrusel .card{
    width: 200px;
}
.video{
    width: 100%;
    height: auto;
}
footer{
    margin: 0;
    padding: 20px;
}
.numero{
    background-color: #f1c40f;
    padding: 20px;
}
.h2{
    font-size: 1.8em;
    color: antiquewhite;
    font-weight: bold;
}