
/*unviversal*/

* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: darkslategray;
    font-family: "Manrope", serif;
    line-height: 1.5rem;
    height: 100%;
}

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