body {
    background-color: black;
    background-image: linear-gradient(to right, rgba(160, 160, 160, 0.7), rgba(160, 160, 160, 0.7)), url("siteMedia/pics/Icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0%;
}
.container {
    font-size: 1.2em;
    color: rgb(29, 2, 2);
    margin: 60px;
}
@media screen and (max-width: 800px) {
    .container {
        font-size: 0.7em;
    }
}