body {
    background-color: powderblue;
    margin: 0;
}

#field {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.button-container {
    position: absolute;
    top: 20px;
    height: auto;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.but {
    font-size: x-large;
}

a {
    text-decoration: none;
}