

body{
  width: 100%;
}

h1{
    font-family: "Suez One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
  }

p{
  font-family: "Oxygen", serif;
}

.container {
  display: flex;
  gap:200px 50px;
}

.first{
  flex:1;
  font-size: 18px;
  margin-top: 450px;
  text-align:center;
  color:black;
}


.second{
  margin-top:300px;
  flex:1;
  font-size: 14px;
  margin-right: 100px;
  color:black;


}

#img1{
  position: relative;
  width: 500px;
  height: 300px;
  top: 200px;
  left: 600px;
  margin:-30px;
}