@font-face {
  font-family: 'Montserrat';
  src: url(../Montserrat-VariableFont_wght.ttf);
}

body {
  margin: 0px;
  font-family: Montserrat;
  font-weight: 550;
  background-image: url(../images/background_image.jpg)
}

h1 {
  text-align: center;
  color: white;
}

.MainText {
  display: flex;
  background-color: #242424e5;
  margin-top: 20px;
  border-radius: 10px;
  width: 90%;
  height: auto;
  justify-content: center;


}
.box{
  margin-top: 80px;
  background-color: rgb(104, 136, 186);
  width: 50%;
  height: 450px;
  text-align: center;
  margin-left: 25%;
  border-radius: 20px;
}
p{

  text-align: center; 
  margin: 8px;
  font-size: 19px;
  color: white;

}
.flexing {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1025px){
  .box{
    width: 70%;
    margin-left: 15%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 769px) {
  .box{
    width: 75%;
    margin-left: 12.5%;
    margin-top: 40px;
  }
  .MainText{
    margin-top: 25px;
  }
  p{
    font-size: 18px;
  }
}
@media only screen and (max-width: 426px) {
  
.MainText{
  margin-top: 20px;
}
p{
  font-size: 17px;
}
.box{
  width: 80%;
  margin-left: 10%;
  height: 550px;
  margin-top: 30px;
}
}
