html {
    font-size: 1vw;
    scroll-behavior: smooth;
}

body {
    /* overflow: hidden; */
    font-family: 'Jost';
    color: seagreen;
    margin: 0px;
    background-color: #ffff99;
}

a {
    text-decoration: none;
    color: blueviolet;
}

div.title {
  position: relative;
  margin-left: 5%;
  margin-top: 5%;
  max-width: 90%;
  align-self: center;
  text-align: center;
  font-size: 0vw;

}

div.mainImage {
    position: relative;
    left: 5%;
    margin-bottom: 5%;
    max-width: 90%;
    max-height:90%;
    font-size: 0vw;
    /* top: 50%; */
}
