html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(173, 234, 255);
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80vw;
}

#mainContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  color: white;
  background-color: white;
  width: 100vw;
  padding: 1px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 3vh;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.22);
}

.title h1 {
  margin-left: 10vw;
  margin-right: 10vw;
  color: black;
  font-weight: 900;
}

.title img {
  height: 110px;
}

#viz1618363459300 {
  margin-top: 5vh;
  display: flex;
}

/* #tableauPlaceholder {
  width: 1500px;
}

#tableauPlaceholderGraph {
  width: 1500px;
} */

#gap {
  height: 50px;
}

.description img {
  /* height: 20vh; */
  width: 60vw;
}

.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.description p {
  width: 50vw;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.buttonContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.buttonContainer button {
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  background-color: rgb(65, 201, 247);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.buttonContainer button:hover {
  background-color: rgb(31, 195, 250);
}

#menu {
  height: 30px;
  transition-duration: 1s;
}

#menu:hover {
  cursor: pointer;
}

.menuSlide {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: white;
  background-color: rgb(62, 206, 253);
  height: 300vh;
  width: 20em;
  align-items: center;
  left: 100vw;
  z-index: 5;
}

.menuSlide a {
  text-decoration: none;
  margin-top: 35px;
  font-weight: 800;
  color: white;
}

.menuSlide img {
  margin-top: 50px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(202, 202, 202);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(32, 192, 245);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

@media only screen and (max-width: 1000px) {
  .title {
    flex-direction: column;
  }

  .title {
    text-align: center;
  }

  #menu {
    margin-bottom: 15px;
  }

  .description img {
    width: 90vw;
    height: 10vh;
  }

  .description p {
    width: 95vw;
  }

  .menuSlide {
    width: 100vw;
  }
}
