body{
font-family: 'Quicksand', sans-serif;
line-height: 100%;
background: #ff0000;}
#wrapper{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
#box{
background: #fff;
padding: 25px 25px 25px 25px;
border-radius: 3px;
margin-top:50%;
}