html, body {
    margin: 0;
}

body {
    background-color: hsl(0, 0%, 5%);
    color: hsl(0, 0%, 95%);
    height: 100dvh;
    width: 76dvw;
    padding-left: 12dvw;
    padding-right: 12dvw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: max(2vw, 2vh);
    text-align: center;
    font-family: Satoshi-Regular;
}

body img {
    height: max(6vw, 6vh);
}

body div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body a {
    text-decoration: none;
    color: #4C2EC6;
}