@font-face {
    font-family: 'THE_DONALD';
    src: url('THE_DONALD.woff2') format('woff2'),
    url('THE_DONALD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
}
body {
    margin: 0;
    background-color: #0a5209;
    /*background-image: url("bg.png");*/
}

#main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;

}

.button-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    padding: 0;
    margin: 0;
}

img {
    z-index: -1;
    position: fixed;
    transform: scaleX(0.8);
    height: 50vh;
}

.button, .text {
    font-family: 'THE_DONALD', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #C8BD6A;
}

.button {
    font-size: 4.5vh;
    width: 8em;
    margin-top: 3vh;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    border: 0;
    border-radius: 25px;
    background-color: rgba(47, 116, 20, 0.5);
    text-align: center;
    text-decoration: none;
    position: relative;
}

.text {
    opacity: 0.5;
    font-size: 4.5em;
    transform: scaleY(1.5);
    letter-spacing: 5px;
    transform-origin: 0 0;
    margin: 1em;
}
