#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  
}

body {
  scrollbar-width: thin;
  margin: 0px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #ff9966;
}
::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 0.5;  /* Remove scrollbar space */
  background: #021220;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #2c3e50; 
  width: 3px;
  border-radius: 4px;
  padding: 2px;
  border: none;
}



.home{
  width: 100%;
  height: 35vh;
  
  align-items: center;
  justify-content: center;
}
.home  div{
  margin-top:30vh;
  /*text-align: center;*/
  justify-content: center;
  max-width: 400px;
  margin-left: 50%;

  transform: translate(-50%,-10%);
}

.control{
  display: flex;
  position: absolute;
  right: 10vw;
  padding-top: 200px;
  flex-direction: column;
  

  
}

.notification{
  display: flex;
  position: absolute;
  left: 10vw;
  font-size:15px;
  padding-top:200px;
  flex-direction: column;


}


#Graph{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
}


#Graph h3{
  max-width: 400px;
  font-weight: 700;
  margin-bottom: 200px;
}

#Plot{
  margin-top: 100px;
  margin-bottom: 50px;
  width: 90vw;
  max-width:800px;
  height: auto;
  box-shadow: 0px 0px 30px rgb(80, 24, 2);
}

#citation{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color:#0e1720;
  padding-top: 50px;
  margin-top: 200px;
  color: #fddbc9;
  height: 40vh;
  padding-bottom: 50px;
}

#citation a{
  text-decoration: none;
  color: #f8d3c0;
  padding-top: 20px;
}

.EarthScene{
  margin: None;

}

.notDrowned{
  padding: 10px;
  margin: 2px;
  font-size: 14px;
  border-radius: 3px;
  background-color: rgb(238, 224, 213);
  color: #2c3e50;
}

.drowned{
  color: #f3eeeb;
  padding: 10px;
  margin: 2px;
  font-size: 14px;
  border-radius: 3px;
  background-color: rgb(255, 115, 96);
}

#references{
  margin-top: 10vh;
  margin-bottom: 10vh;
  width: 90vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}