h1
{font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 70px;}

p
{font-family: Georgia, 'Times New Roman', Times, serif;
}

ul{
  font-family:Georgia, 'Times New Roman', Times, serif;
}

a:link {color: rgb(0, 131, 4);font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a:visited {color: rgb(0, 0, 0);}
a:hover {color: rgb(74, 164, 32);}



.container {
  display: flex;
  height: 120vh; 
  object-fit: cover; 
  
}

.image-section {
  flex: 1;
  object-fit: cover; 
   width: 100%;
  height: 100%;
}


.text-section {
  flex:9;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  background-color: #f4f4f4; 
}

.text-section2 {
  flex:50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  text-align: center;
  background-color: #f4f4f4; 
}



.container2{
  display: flex;
  height: 120vh; 
  object-fit: cover;   
}

.image-section2 {
  flex:0;
  width: 100%;
  height: 100%;
}


.container3{
  display: flex;
  height: 160vh; 
  object-fit: cover;   
}

.image-section3 {
  flex:0;
  width: 100%;
  height: 100%;
}

.link{

  text-align:center;
  background-color: #f4f4f4; 
}
