@charset "UTF-8";

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  font-family: Poppins;
}

@media screen and (min-width: 640px) {
  .Default-content {
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 416px;

  }
}
