body {
    padding: 0;
    margin: 0;
}

#map {
    left: 10px;
    bottom: 20px;
}

.paragraph {
    position: relative;
    background: white;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 80px;
    bottom: -50px;
}

#footer {
    position: absolute;
    bottom: -.0;
    width: 100%;
    height: 2.5rem;
}

#footer-content {
    height: 32px;
    padding: 8px;
}

#ip2 {
    border-radius: 15px;
    border: 1px solid #c0c0c0;
    padding: 20px; 
    width: 150px;
    height: 15px;
    color: black;
}
  
.button {
  background-color: #5ce1af; /* Green */
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  border-radius: 12px;
  cursor: pointer;
}  

.button:hover {
  background-color: #1ea6fa;
  color: white;
}
  
.selectWrapper{
  border-radius:15px;
  padding: 5px; 
  display:inline-block;
  background-color: white;
  overflow:hidden;
  color: black;
  border:1px solid #c0c0c0; 
}
.selectBox{
  width:150px;
  height:40px;
  border:0px;
  outline:none;
}   
  
