html {
  height: 100%;
  width: 100%;
}
body {
  background-color:#6fc5e2 ;
  
}
footer {
  background-color: #1cb01c;
  
}
#mynavbar {
  font-family: 'Sora', sans-serif;
  background-color: #1cb01c;
  
}
.col {
  text-align:center;
  margin-top:15% ;
  font-family: 'Sora', sans-serif;
}
main {
  height:800px;
}
.carousel, .carousel img  {
    height: 400px;
    margin: auto;
}
h1{
  text-align:center ;
}