html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #7D1DF1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

img {
    height: clamp(200px, 80%, 512px);
    aspect-ratio: 1;
}

.spacer {
    width: 20%;
    height: 8%;
}