/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2020 | 10:26:32 */
#adres1{
  display:inline-block;
  position:absolute;
  top:10%;
  left:10%;
  z-index:35;
  padding:10px;
  color:white;
  background-color:rgba(0,91,52,0.65);
  width:25%;
    
    
}
#adres2{
  display:inline-block;
  position:absolute;
  top:10%;
  right:10%;
  z-index:35;
  padding:10px;
  color:white;
  background-color:rgba(0,91,52,0.65);
     width:25%;
    
}
#adres2:hover{
    background-color:rgba(0,77,14,0.80); 
}
 #adres1:hover{
    background-color:rgba(0,77,14,0.80);
}
