@import url(./reset.css);

body {
    display: grid;
    justify-content: center;
    align-content: center;
    background: rgb(10, 10, 10);
}

#dark-mode-logo {
    width: 30vw;
}

@media screen and (max-width: 767px) {
    #dark-mode-logo {
        width: 60vw;
    }
}