body {
	font-family: 'Roboto', sans-serif;
	background-color: aquamarine;
	color: black;
	text-align: center;
	padding-top: 40px;
}

h1 {
	font-size: 50px;
}

.btn-bttls,
.btn-bttls:hover,
.btn-bttls:active {
	background-color: transparent;
	color: black;
	border-color: none;
	border-width: 2px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}


#inicio {
	text-decoration: underline;
}


#inicio:hover,
#uno:hover,
#dos:hover,
#tres:hover {
	cursor: pointer;
}

#battles {
	margin-top: 10px;
}