@import url('https://fonts.googleapis.com/css2?family=Asimovian&display=swap');

body {
    background-color: beige;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

main h1, h2, h3 {
    font-family: "Asimovian", sans-serif;
    color: rgb(173, 6, 6);

}
#opcoes button {
	background-color:#0ebad8;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Asimovian;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35
}

#opcoes button:hover, :focus{
    background: #b23e35;
    box-shadow: 0 0 5px #d35c31, 0 0 20px #bc5008, 0 0 50px #b94c09,
    0 0 100px #ba4004;

}

main {
    width: 100%;
    height: 50%;

}
#jogo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}