body {
  background-image: url("https://cdn.pixabay.com/photo/2016/06/06/12/33/clouds-1439324_1280.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: grey;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.maincontainer::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.maincontainer {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.textcontainer::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.textcontainer {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



.maincontainer {
  Margin: auto;
  width: 990px;
  height: 600px;
  Padding: 5px;
  border-radius: 20px;
  display: flex;
}


.textcontainer {
  margin: 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: white;
  overflow: scroll;
}


.nav {
}

.button {
  margin-top: 10px;
  background-color: white;
  border-radius: 10px;
  color: #3A668A;
  padding: 5px 5px;
  margin-left: 5px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  transition-duration: 0.2s;
}
		
.button:hover {
  background-color: #56B5D6;
  color: white;
}

.nav2 {
  padding-top: 5px;
}

.button2 {
  margin-top: 10px;
  width: 96%;
  background-color: #3A668A;
  border-radius: 5px;
  color: white;
  padding: 5px;
  margin-left: 5px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  transition-duration: 0.2s;
}
		
.button2:hover {
  background-color: #56B5D6;
  color: white;
}










