body {
    font-family: sans-serif;
    font-size: larger;
    color: white;
    margin: 0;
    padding: 0;
    background: url(resources/banner.webp) no-repeat fixed;
    background-color: rgb(151, 69, 6);
}

.myclass {
    text-align: center;
    margin-top: 50px;
    background-color: rgb(20, 12, 5);
}

button {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(110, 11, 11);
}
