@font-face {
    font-family: Timer;
    src: url("/fonts/CursedTimerUlil-Aznm.ttf");
}

@font-face {
    font-family: Game;
    src: url("/fonts/GamePlayed-vYL7.ttf");
}

body {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    background-image: url("/images/hero.avif");
    background-size: cover;
    height: 700px;
    font-family: Game, sans-serif;
    font-weight: 400px;
    text-shadow: 0px 0px 2px black;
}

.htxt {
    margin-top: 50px;
    font-family: Game, sans-serif;
    font-size: 50px;
    color: #FA7921;
}

.container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    color: white;
    font-size: 30px;
}

.spcl {
    margin-bottom: 10px;
}

.bimg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-image: url("/images/Navy Blue.jpg");
    background-size: cover;
    border-radius: 20px;
}

.btxt {
    font-family: Timer, sans-serif;
    font-size: 50px;
    color: aliceblue;
}

button {
    margin-top: 10px;
}

.btn {
    width: 40px;
    height: 40px;
    font-family: Game, sans-serif;
    font-size: 20px;
    border-radius: 10px;
    background-color: #FA7921;
    color: white;
    border: none;
    cursor: pointer;
}

.btn:hover {
    transform: scale(1.1);
    transition: 0.2s;
    border: solid 3px white;
}

.btn:active {
    transform: scale(0.9);
    transition: 0.1s;
}

#reset {
    margin-top: 20px;
    width: 100px;
    height: 40px;
    font-family: Game;
    font-size: 20px;
    border-radius: 8px;
    background-color: rebeccapurple;
    color: white;
    cursor: pointer;
}

.btxt.leader {
    color: lime;
    text-shadow: 0 0 4px black;
}

.btxt.trailer {
    color: red;
    text-shadow: 0 0 4px black;
}

.btxt.tie {
    color: #FA7921;
    text-shadow: 0 0 4px black;

}
