
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
width:100vw;
height:100vh;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
background-color:#87ceeb;
}

#hrs{
width:800px;
height:250px;
display:flex;
align-items:center;
  margin-bottom:35px;
justify-content:space-evenly;
font-size:180px;
color:white;
}
.horario{
width:30%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
color:black;
font-size:180px;
background-color: white;
border-radius: 15px;
margin: 0 18px;
}

#logo{
width:300px;
height:200px;
display:flex;
align-items:center;
justify-content:center;
}
img{
width:160px;
height:auto;
}

#data{
width:100px;
height:80px;
display:flex;
align-items:center;
justify-content:center;
color:black;
font-size:45px;
}
