body {
  display: grid;
  place-items: center;
  height: 200px;
  border: 3px transparent;
}

h1 {
    font-family: 'Rubik Dirt';
  font-size: 60px;
  
}

h4 {
  font-size: 30px;
  color: white;
}

p {
  font-size: 20px;
  color: white;
}

.content {
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 20px;
}


.header-main, .footer-main{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card{
    width: 100vw;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
}


.column {
  float: left;
  width: 33.33%;
  padding: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
}

.containerTab {
  padding: 20px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.image {
  width: 100vw;
  height: 100vh;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 255, 0, 0.3);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

.container:hover .overlay {
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#content {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  position: absolute;
  left: 10px;
  margin-bottom: 12px;
  
}

#content:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #03fc39;
  color: black;
}

.round {
  border-radius: 50%;
}

.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #707070;
  border: none;
  border-radius: 15px;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.container-content {
  display: block;
  position: absolute;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 24px;
  right: 10px;
}

.container-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
}

.container-content:hover input ~ .checkmark {
  background-color: #03fc39;
}

.container-content input:checked ~ .checkmark {
  background-color: #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-content input:checked ~ .checkmark:after {
  display: block;
}

.button-footer {
  background-color: #03fc39;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
}

.button1 {border-radius: 50%;}

#Layer_3 {
    width: 100%;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
}