body {
    background-color: black;
    text-align: center;
}

.template {
    box-shadow: 0px 0px 20px burlywood;
    background-color: black;
    text-align: center;
    margin: auto;
    width: 30vw;
}

.template h1 {
    text-transform: uppercase;
    text-decoration: overline white;
    font-family: 'Caveat', cursive;
    letter-spacing: 0.2vw;
    padding: 3vw;
    color: white;
    font-weight: 100;
    font-size: 2vw;
}

.template hr {
    border: 1px solid white;
    margin-top: -4vw;
    width: 13vw;
    color: white;
}

.template img {
    width: 30vw;
}

.timer {
    justify-content: space-evenly;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    display: flex;
}

.timer h2 {
    cursor: pointer;
    font-size: 2vw;
    color: white
}

.timer h3 {
    cursor: pointer;
    margin-top: -2.9em;
    font-weight: 100;
    color: silver;
    font-size: 1vw; 
}

.menu {
    background-color: #2A3439;
    justify-content:space-between;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    margin: auto;
    margin-left: -5vw;
    height: 20vw;
    width: 40vw;
    border-right: 0.5vw solid burlywood;
    border-left: 0.5vw solid burlywood;
}

.menu .fst-box {
    align-items: center;
    overflow: hidden;
    padding-left: 3vw;
    text-align: start;
    display: grid;
    width: 20vw;
}

.menu .fst-box h1 {
    text-decoration: none;
    margin-top: -1vw;
    margin-left: -3vw;
    font-size: 2vw;
    font-weight: 900;
}

.menu .fst-box h2 {
    border-bottom: 0.1vw solid white;
    border-top: 0.1vw solid white;
    padding: 0.2em;
    margin-top: -9em;
    font-weight: 300;
    font-size: 1vw;
    width: 10.1vw;
    color: white;
}

.menu .fst-box p {
    font-family: 'Caveat', cursive;
    margin-top: -5em;
    color: silver;
    font-size: 0.9vw;
}

.menu .fst-box button {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    font-family: 'Caveat', cursive;
    letter-spacing: 0.1vw;
    border-radius: 0.5em;
    cursor: pointer;
    border: none;
    margin-top: -3em;
    font-weight: 900;
    font-size: 0.9vw;
    padding: 1em;
    width: 8vw;
}

.menu .fst-box button:hover {
    background-color: black;
    letter-spacing: 0.2vw;
    color: white;
}

.menu .sec-box {
    width: 15vw;
}

.menu .sec-box img {
    background-position: center;
    width: 15vw;
    height: 20vw;
}

.template h2 {
    text-transform: uppercase;
    letter-spacing: 0.4vw;
    padding: 1.5vw;
    color: white;
    font-weight: 100;
    font-size: 1.5vw;
}

.menu-2 {
    background-color: #2A3439;
    justify-content:space-between;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    margin: auto;
    margin-left: -5vw;
    height: 20vw;
    width: 40vw;
    border-right: 0.5vw solid burlywood;
    border-left: 0.5vw solid burlywood;
}

.menu-2 .fst-box {
    width: 15vw;
}

.menu-2 .fst-box img {
    margin-left: -10vw;
    width: 25vw;
    height: 18vw;
}

.menu-2 .sec-box {
    margin-right: 2vw;
    align-self: center;
    height: 18vw;
}

.menu-2 .sec-box h3 {
    font-family: 'Caveat', cursive;
    letter-spacing: 0.5vw;
    margin-top: 3vw;
    margin-bottom: -1vw;
    font-size: 2vw;
    font-weight: 600;
    color: white;
}


.menu-2 .sec-box h4 {
    margin-bottom: -1vw;
    color: white;
    font-weight: 100;
    font-size: 1.4vw;
}

.menu-2 .sec-box p {
    border-bottom: 0.1vw solid white;
    font-family: 'Caveat', cursive;
    margin-bottom: -1vw;
    padding: 1vw;
    color: silver;
    font-size: 0.9vw;
    width: 19vw;
}

.menu-2 .sec-box h5 {
    font-family: 'Caveat', cursive;
    font-weight: 500;
    margin-top: 2vw;
    font-size: 1.5vw;
    color: white;
}

.rope {
    justify-content: space-evenly;
    display: flex;
}

.rope img {
    width: 6vw;
    height: 5vw;
}

.menu-3 {
    background-color: #2A3439;
    justify-content:space-between;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    margin: auto;
    margin-left: -5vw;
    height: 20vw;
    width: 40vw;
    border-right: 0.5vw solid burlywood;
    border-left: 0.5vw solid burlywood;
}

.menu-3 .fst-box {
    align-self: center;
    width: 15vw;
}

.menu-3 .fst-box img {
    margin-right: -10vw;
    width: 25vw;
    height: 17vw;
}

.menu-3 .sec-box {
    margin: 2vw;
    height: 18vw;
}

.menu-3 .sec-box h3 {
    font-family: 'Caveat', cursive;
    letter-spacing: 0.5vw;

    margin-top: 3vw;
    margin-bottom: -1vw;
    font-size: 2vw;
    font-weight: 600;
    color: white;
}

.menu-3 .sec-box h4 {
    margin-bottom: -1vw;
    color: white;
    font-weight: 100;
    font-size: 1.4vw;
}

.menu-3 .sec-box p {
    border-bottom: 0.1vw solid white;
    font-family: 'Caveat', cursive;
    margin-bottom: -1vw;
    padding: 1vw;
    color: silver;
    font-size: 0.9vw;
    width: 19vw;
}

.menu-3 .sec-box h5 {
    font-family: 'Caveat', cursive;
    font-weight: 500;
    margin-top: 2vw;
    font-size: 1.5vw;
    color: white;
}


.menu-4 {
    background-color: #2A3439;
    justify-content:space-between;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    margin: auto;
    margin-left: -5vw;
    height: 20vw;
    width: 40vw;
    border-right: 0.5vw solid burlywood;
    border-left: 0.5vw solid burlywood;
}

.menu-4 .fst-box {
    align-self: center;
    width: 15vw;
}

.menu-4 .fst-box img {
    transform: rotate(-180deg);
    display: flex;
    width: 15vw;
    height: 18vw;
}

.menu-4 .sec-box {
    margin: 2vw;
    align-self: center;
    height: 18vw;
}

.menu-4 .sec-box h3 {
    font-family: 'Caveat', cursive;
    letter-spacing: 0.5vw;
    margin-top: 3vw;
    margin-bottom: -1vw;
    font-size: 2vw;
    font-weight: 600;
    color: white;
}

.menu-4 .sec-box h4 {
    margin-bottom: -1vw;
    color: white;
    font-weight: 100;
    font-size: 1.4vw;
}

.menu-4 .sec-box p {
    border-bottom: 0.1vw solid white;
    font-family: 'Caveat', cursive;
    margin-bottom: -1vw;
    padding: 1vw;
    color: silver;
    font-size: 0.9vw;
    width: 19vw;
}

.menu-4 .sec-box h5 {
    font-family: 'Caveat', cursive;
    font-weight: 500;
    margin-top: 2vw;
    font-size: 1.5vw;
    color: white;
}

.footer {
    background-color: #2A3439;
    text-align: center;
    padding: 0.1em;
    height: 24vw;
    margin: auto;
}

.footer i {
    background-color: black;
    transition: 0.3s ease-in-out;
    border-radius: 5em;
    cursor: pointer;
    font-size: 1.4vw;
    color: white;
    padding: 0.8vw;
    margin: 0.7vw;
    margin-top: 2vw;
}

.footer i:hover {
    background-color: burlywood;
    font-size: 1.4vw;
}

.footer h2 {
    letter-spacing: 0.4vw;
    font-family: 'Caveat', cursive;
    color: burlywood;
    font-size: 1.5vw;
}

.footer .text h3 {
    text-transform: uppercase;
    font-family: 'Caveat', cursive;
    letter-spacing: 0.2vw;
    font-size: 0.8vw;
    margin: 1vw;
    color: white;
    margin-top: -1vw;
    margin-bottom: 7vw;
}

.footer .text i {
    background-color: transparent;
    margin: -0.4vw;
}

.footer hr {
    border: 0.05vw solid white;
    margin-bottom: 1vw;
    margin-top: -5vw;
    width: 20vw;
}

.footer p {
    color: silver;
    width: 21vw;
    font-size: 0.9vw;
    padding: 0.5vw;
    margin: auto;
}

.footer span {
    text-decoration: underline burlywood;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.1vw;
    cursor: pointer;
    font-size: 0.8vw;
    color: burlywood;
}

.footer span:hover {
    text-decoration: underline white;
    text-decoration: none;
    letter-spacing: 0.2vw;
    font-size: 0.9vw;
}




















