*{
    box-sizing: border-box;
    font-family: sofia pro;
}

html, body{
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    width: 80%;
    max-width: 300px;
    user-select: none;
    filter: invert(1);
    opacity: 0.3;
}
