body {
  background-color: #ffffff;
}
.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -176px;
    margin-left: -376px;
}