@font-face {
    font-family: "ComicSans";
    src: url("./fonts/ComicSans.ttf")
}
@font-face {
    font-family: "RobotoMono";
    src: url("./fonts/RobotoMono.ttf")
}
body {
    background-color: #D83F34;
}
#topBar {
    background-color: #D83F34;
    width: 100vw;
    height: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
}

#logo {
    height: 6vh;
    width: 6vh;
}

#mainBody1 {
    background-color: #FF5C5C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    flex-direction: column;
}

#deckPrice {
    font-family: "ComicSans";
    font-size: 10vh;
}