 @font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Regular.woff') format('woff'),
       url('fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}
 
 a {
        color: #000;
    }

    a.link-white {
        color: #ffffff;
        text-decoration: none;
    }
    
    .adress {
        position: relative;  width: 60%; height: auto; margin: auto; margin-top: 20px; font-size:130%; line-height: 120%;
    }
    
    .features {
        position:absolute; z-index: 2; font-size:200%; color:#fff; width: 35%; top: 5em; left:20%; line-height: 130%;
    }
    
    @media screen and (max-width: 1024px) {
        .features {font-size:145%; left:18%; }
        .adress {width:65%; font-size:120%;margin-top: 10px;}
    }
    
     @media screen and (max-width: 768px) {
        .features {width: 60%; top: 14em; left:10%; color:#000000; }
        .adress {width:80%; font-size:120%;margin-top: 10px; margin-top: 300px; padding: 0px 10%;}
    }
    
    @media screen and (max-width: 420px) {
        .features {
            width: 80%; top: 9em; 

        }
    }

    h1,h2,h3,h4,h5 {
        margin: 2rem 0 0 0;
    }