

body {
    padding : 10mm;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Arial,
        sans-serif;
    background-image: url("images/bg.png");
    background-size: cover;
    font-weight: bold;
    color: white;
    font-size: 36px;
    text-align: center;
    backdrop-filter: blur(3px);
}

h1 {
    margin-top: 15px;
    color: goldenrod;
    font-size: 72px;
}

#message-el {
    font-style: italic;
    font-size: 45px;
    margin-top : 81px;
}

button {
    color: #016f32;
    width: 25%;
    background: goldenrod;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size : 36px;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size
}

#player-el {
    margin-top : 125px;
}
