html,body{
  height:100%;
  margin:0;
}
.center{
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}
