*{
    box-sizing: border-box;
    margin: 0;   
}
html, body{
    width: 100%;
    height: 100%;
    background-color: black;
}



.logo{
    max-width: 35rem;
    width: 100%;
    display: block;
}
a{
    color: red;
}
.sc{
    image-rendering: pixelated;
    max-width: 512px;
    width: 100%;
}