body{
	background: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	text-align: center;
}
.container{
	display: flex;
	justify-content: center;
}
.container button{
	margin: 10px 10px;
	border: none;
	background: royalblue;
	outline: none;
	padding: 10px 15px;
	color: white;
}
@media screen and (max-width:440px) {
	p{
		font-size: 11px;
	}
}