*{
    box-sizing: border-box;
}

img {
    max-width: 100%;
    /* position: absolute; */
    /* text-align: center; */
}

/* *{background-image: url(bench.png)} */

@font-face {
    font-family: heading;
    src: url(gothic.ttf);
}

h1 {
    text-align: center;
    font-size: 90pt;
    flex-direction: column;
    justify-content:center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    align-items: center;
    color: black;
}

body {
    background-color:#ffffa6;
}

button {
        position: absolute;
        left: 50%; /* Moves button to the middle horizontally */
        transform: translate(-50%, -50%); /* Centers the button */
        padding: 10px 20px;
        background-color: #ffffa6;
        border: 1px solid black;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100vh;
}

.top {
    height:100px;
    width: 700px;
    display:flex;
    gap: 10px;
    text-align: center;
    vertical-align: center;
    line-height: 100px; 
}

.top-item {
    background-color:#ffffa6;
    width: 100%;
    border: 1px solid black;
}

.middle {
    height:100px;
    width: 700px;
    display:flex;
    gap: 10px;
    text-align: center;
    vertical-align: center;
    line-height: 100px; 
}

.middle-item {
    background-color: #ffffa6;
    width: 100%;
    border: 1px solid black;
}

.middle-item1 {
    background-color: #8cb671;
    width: 100%;
    border: 1px solid black;
}

.bottom {
    height:100px;
    width: 700px;
    display:flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    line-height: 100px; 
}

.bottom-item {
    background-color: #ffffa6;
    width: 100%;
    border: 1px solid black;
}

.button-change {
    background-color: #8cb671;
}

p {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
    text-align: center;
    font-size: 55pt;
    flex-direction: column;
    justify-content:center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS';
    align-items: center;
}

a {
    color: black;
}

.wait {
    padding-left: 150px;
    padding-right: 150px;
    align-items: center;
}