html, body{
  background-color: #f3e8d6;
  margin: 0;
}

div, img{
  max-width: 100%;
  max-height: 100%;
}

.responsive{
  max-width: 100%;
  height: auto;
  float: left;
}

.h1size{
  text-align: center;
  font-size: 6.5vw;
  color: #46484a;
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  margin-bottom: 0px;
}

.container{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #fcfaf5;
}

.text{
  color: #46484a;
  font-size: 1.25vw;
  max-width: 50%;
  font-family:  'inter';
  margin-left: 5%;
  margin-right: 5%;
}

a:link{
  color: green;
}

a:visited{
  color: gray;
}

a:hover{
  color: purple;
}

.row{
  color: #46484a;
  width: 100%;
  margin-top: 3%;
  content: "";
  display: table;
  clear: both;
  background-color: #fcfaf5;
  padding-bottom: 50px;
}

.main{
  font-family:  'inter';
  float: left;
  text-align: center;
  margin-top: 2%;
  font-size: 17px;
  width: 33.33%;
}

div, h1.main{
  font-size: 1.5vw;
}


.footer{
  padding-top: 20px;
  color: #46484a;
  font-size: 1.75vw;
  text-align: center;
  background-color: #f5f7fc;
  padding-bottom: 25px;
  font-family:  'maitree';
}



@media screen and (max-width: 800px) {
  .h1size{
    text-align: center;
    font-size: 7vw;
  }

  .main{
    width: 100%;
  }

  div.container{
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    display: inline-block;
    text-align: center;
  }

  div.text{
    padding-left: 0;
    font-size: 3.75vw;
    margin: auto;
    min-width: 85%;
  }

  h1, div.main{
    font-size: 3.75vw;
    padding-bottom: 5px;
  }

  .footer{
    font-size: 4vw;
  }
}