.logo {
    width: 25%; 
    padding-left: 5px;
 }

* { 
    box-sizing: border-box; 
}

a {
    color: #d2b788;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #d2b788;
}
    
body {
    font-family: -apple-system, BlinkMacSystemFont, 
        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", 
        "Fira Sans", "Droid Sans", "Helvetica Neue", 
        sans-serif;
    margin: 0;
    line-height: 1.5; 
}

.div {
  text-align: center;
  display: block;
}

.div img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 100vh;
}


.float {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 2px;
    /* right: 1%; */
    left: 10px;
    color: #FFF;
    background-color: #efefef;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999;*/
  }
  
  .my-float{
      margin-top:22px;
  }
  
  .float img {
    margin-top: 5px;
    width: 20px;
    height: 30px;
  }

