body {
    background-color: #2F3136;
    color: beige;
    font-family: sans-serif;
    font-weight: bold;
}
.center {
    margin: auto;
    width: 90%;
    padding-top: 10px;
    text-align: center;
}
.logo {

    background-image: url('../img/PowernapStudiosLogo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    width: 300px;
    height: 200px;
}
.list {
    background-image: url('../img/plank.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 130px;
    padding: 10px 20px 0 20px;
    font-size: 50px;
    width: 100%;

    display: flex;
    flex-direction: row;
    gap: 16px;

    align-items: center;
    justify-content: center;

    cursor: pointer;
}
.green {
    background-image: url('../img/plank_green.png');
}
.yellow {
    background-image: url('../img/plank_yellow.png');
}
.layout {
    text-shadow: 2px 2px 2px black;
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 32px;

    justify-content: center;
    align-items: center;
}

.layout div {
    max-width: 800px;
    min-width: 400px;
}

.legal {
    margin-top: 100px;
    font-size: larger;
    text-shadow: none;
}

a {
    color: beige;
    font-weight: unset;
}
