* {
   margin: 0px;
   padding: 0px;
}

body {
   color: #2b2b2b;
   font-size: 16px;
   line-height: normal;
}

.page {
   width: 100%;
   height: 100vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
       -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
-webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.content {
   text-align: center;
}

.content h1 {
   margin: 0px;
}

.content p {
   margin-bottom: 0px;
   margin-top: 25px;
}