body {
    background-color: black;
    font-family: Sans-Serif;
    text-align: center;
}

a {
	color: red;
}

p {
    color: white;
}

div {
    max-width: 400px;
    margin: auto;
}

.btn{
	color:#333333;
	font-size:20px;
	font-weight:bold;
	padding:16px 16px;
	line-height:32px;
	height: auto;
	display:inline-block;
	text-align:center;
	background-color:#DDDDDD;
}

.btn.red{
	color:white;
	background-color:#E53C38;
}

.btn.red:hover{
	background-color:#ea6360;
}

.btn.pill{
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}