
html {
    scroll-behavior: smooth;
}

img {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.centered .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

p {
    line-height: 1.5em;
    margin-bottom: 0.9em;
    text-align: center;
}




.public {
    padding-top: 30px;
    padding-bottom: 50px;
}

.small-intro-p {
    margin-bottom: 2em;
    max-width: 512px;
    margin: 2em auto 0.5em auto;
    font-weight: normal;
}

.how-to-play {
    color: var(--white);
}

.needs {
    text-align: left;
    width: max-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.7em;
    margin-bottom: 1.5em;
}
.needs > li {
    margin-bottom: 5px;
}


.rel-button {
    position: relative;
    width: 100%;
}

.title {
    font-size: 20pt;
}
@media (min-width: 500px) {
    .title {
        font-size: 32pt;
    }
}
