html
{ 
  background: #386fa7 no-repeat center center fixed; 
  background-size: cover;
}

body
{
  margin: 0;
}

.center
{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}