body {

margin : 0;

}

div {
    
}

hr{
    border-top: 1px dashed;
    width: 4%;
}

h1{
    font-family: 'Sacramento', cursive;
    font-size: 90px;
    margin: 0 auto 0 auto;
}

.info-time{
    width: 30%;
    position:relative;
    
}

.times{
    width:50%;
    position:relative;
    margin: auto;
}

.top-section{
    background-color: rgb(205, 244, 241);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-align: center;
}

.left-cloud{
    margin-left: 0%;
    
}

.Favoritos{
    margin-left: 10%;
    
}

.middle-section{
    margin-left: 10%;
    
}