*{
    margin: 0;
    padding: 0;
    font-family: 'Circe-Light','arial';
    color: #4a4a4a;
}

html,body{
    height: 100%;
    font-size: 62.5%;
}

a{
    color: initial;
    text-decoration: none;
}

img{
    max-width: 100%;
    max-height: 100%;
}

.page{
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

.page,
section,
header,
footer{
    min-width: 1250px;
}

@media screen and (max-width: 768px) {
    .page,
    section,
    header,
    footer{
        min-width: 100%;
    }
}
