body {
  overflow: hidden
}

#menudisplay {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #565656;
  width: 60%;
}

.logo-image-wrapper {
  width: 150px;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  height: 100vh;
  align-items: center;
}

.image-wrapper {
  width: 40%;
  float: left;
}

img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#redirection-link {
  color: #3eb436;
  text-decoration: none;
}

.flex {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.bolder {
  font-weight: bolder;
}

.bold {
  font-weight: 600;
}

.description {
  margin-top: 30px;
}

#Resourceya {
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 768px) {
  .image-wrapper {
    display: none;
  }

  #menudisplay {
    width: 100%;
  }

  .flex {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
