* {
    margin: 0;
    box-sizing: border-box; 
}

html {
    width: 100%;
    height: 100vh;
    min-height: 750px;
    background: #05111E;
    color: #FFFFFC;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
}

body {
    margin 0 auto;
}

main {
    text-align: center;
    margin: 0;
}
#main-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    justify-content: center;
}

t1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 50px;
}
#menu-options {
    margin: 40px;
}
.menu-btn {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    padding: 0 30px;
}
.caption {
    padding: 10px;
}



header {
    text-align: center;
}
#smallT1 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

#game {
    background: #dddddd;
    background-image: url('../images/Metal-Texture-Background.jpg');
    padding: 50px;
    color: #05111E;
}

#canvas {
    width: 60vw;
    height: 35vw;
    margin: 2rem auto 0;
}

#scenario {
    display: flex;
    flex-direction: column;
    width: 65vw;
    margin: 2rem auto;
}
#game-btns {
    min-height: 300px;
    display: none;
}
button {
    font-family: 'Orbitron', sans-serif;
    background: #004777;
    margin: .5rem;
    padding: 1rem;
    border: 0px solid transparent;
    border-radius: 15px;
    width: 100%;
    color: #fff;
    box-shadow: 2px 2px 5px #393939;
}

button:hover {
    background: #315E7C;
}

#continue {
    display: none;
}

.stock {
    display: inline-block;
    padding: 0 .5rem;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
}

#shop {
    margin: 1rem 0;
}

label {
    line-height: 2.5rem;
}

.shop-btn {
    width: auto;
    display: inline-block;
    margin: 15px 10px;
    
}

#startover {
    display: none;
}

img {
    height: 100%;
    border-radius: 40px;
    border: 5px solid #707070;
}

a {
    color: white;
    text-decoration: none;
    padding: 0 5px;
}

a:hover {
    text-decoration: underline;
}

footer {
    padding: 5px;
}
