body{
	background-color: rgba(0, 0, 0, 1);
}
p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	color: rgba(255, 255, 255, 1);
	font-size: 30px;
	position: absolute;
	line-height: 40px;
	top: 40%;
}
#box{
	display: inline-block;
	border-style: none none solid none;
	border-width: 3px;
	border-bottom-color: #d01020;
}