:root
{
    font-size: 4.5vmin;
    text-align: center;
}

*
{
    font-family: "Mulish", sans-serif;
    font-size-adjust: none;
    font-weight: normal;
}

body
{
    align-items: center;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    min-height: 90vh;
    padding: 5vh 5vw;
}

#icon
{
    height: 30vmin;
    margin-bottom: 7vmin;
    width: 30vmin;
}

#icon > path
{
    fill: white;
    paint-order: stroke;
    stroke: rgb(255, 95, 0);
    stroke-width: 3.5px;
}

#info > h1
{
    font-size: 7vmin;
    margin: 3vmin 0;
}