body{
  margin:0;
  font-family: "Comic Sans MS";
}
a{
  text-decoration:none;
}

header{
  height:100px;
  width: 100%;
  background-color: white;
}



.logo{
  height: 90px;
  width:500px;
  margin-top:10px;
}


.container{
width:1170px;
  padding-left:15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;  
}

.top-layer{
  padding-top: 180px;
  padding-bottom:100px;
  color:black;
  background-image: url(https://i.ibb.co/CBHnkKs/lang.jpg);
  opacity:0.5;
  background-size: 1600px 700px;
}

.top-layer h1{
  /*opacity:0.9;*/
  font-size: 45px;
  letter-spacing: 1px;
  margin-bottom:10px;
  text-align:left;
}
.top-layer p{
opacity:0.5;
margin-bottom:5px;
  text-align:right;
}

.heading{
  padding-top: 60px;
  padding-bottom: 30px;
  color:#5f5d60;
}


.heading h2{
  font-weight: normal;
  font-size: 30;
  text-align: center;
}

.mid-layer {
  height: 500px;
  padding-bottom: 80px;
  background-color: white;  
  /* Change the text-align property to center */
  text-align: center;
}
