*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.header-container{
    background-image: url(./img/free-website-templates-1200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}