

* {
    font-family: "PT Sans", sans-serif;
}

body {
    background-image: url("../icons/background.jpg");
    background-repeat: no-repeat;
    background-position-y: 108px;
    background-size: contain;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #E3E6E6;
}

@media (max-width: 600px) {

}