

/*unviversal*/

* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: darkslategray;
    height: 100%;
}

#logo {
    width: 50vw;
    height: 50vh;
    position: absolute;
    top: 25%;
    left: 25%;
}
