html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

h1 {
    margin: 0;
}

h2 {
    font-weight: normal;
    margin: 0;
}

a {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

html, body {
    height: 100%;
}

#weights-selector {
    margin-top: 32px;
    font-size: 1.5rem;
}
