body {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
    margin-left: 0;
}



.right {
  width: 90vw;
  padding: 10px;
  margin-top: 4vh;
  margin-right: 0vw;
  background-color: white;
  position: absolute;
  padding-bottom: 30vh;


}


.centro {
    background-color: white;
    width: 100%;
    height: 100%;
    margin-top: 20vh;
    position: relative;

}



.centro img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: white;
    margin-top: 0;
    position: relative;
}

.centro p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 3vw;
    text-align: right;
    margin-bottom: 10vh;
}



.navigator {
  font-size:6vw;
  position: fixed;
  background-color: white;
  width: 100%;top: 0;
}


.navbar {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: whitesmoke;

}






.dropdown .dropbtn {
display: none;

}

.navbar h1 {
display: none;
}

.navbar a {
  padding: 8px;
  text-decoration: none;
  font-size: 8vw;
  color: black;
  display: block;
  transition: 0.3s;
}


.right .abt{
      font-size: 5vw;


}
.navbar .abt_2{
  display: none;

}
.dropdown-content{
  position: relative;
  top: 35%;
  width: 100%;
  text-align: center;
  margin-top: 25vw;

}

.navbar .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .navbar a {font-size: 20px}
  .navbar .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


