body {
    width: 100%;
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    font-size: 13px;
    /* color: #ffa844; */
}

.body-index {
  /* width: 60%; */
  max-width: 840px;
  margin: auto;
  background-color: white;
  color: black;
  /* font-size: 12; */
}

#map {
    height: 60vh;
    width: 100%;
}

html{
  margin:auto;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 97vh;
  font-size: 12px;
}

.container{
  width: 100%;
  height: 100%;
  display: table;
  color: #ffa844;
}

.container-2{
  width: 100%;
  height: 100%;
  display: table;
  color: black;
  background-color: #FFFFFF7F;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 50px;
}

.container-2 a{
  text-decoration: none;
  color: rgba(9,9,121,1);
}

.container-2 a:hover{
  color:#34ebd0;
  transition: color 500ms;
}

.footer {
  width: 100%;
  height: 3vh;
  /* font-size: 12px; */
  margin:auto;
  /* font-family: "Consolas"; */
  text-align:center;
  vertical-align: middle;
  background: linear-gradient(0deg, #ffa844 0%, #373b44 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float:middle;
}

.footer a{
  text-decoration: none;
  color: #373b44;
}

.footer a:hover{
  color:#34ebd0;
  transition: color 500ms;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 168, 68,0.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 168, 68,1);
}

/* @media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }

  #map {
    height: 540px;
    width: 100%;
  }
} */