html {
    height: 100%;
}
body {
    background: radial-gradient(circle,rgba(244, 241, 167, 1) 0%, rgba(255, 255, 255, 1) 50%);
    height: 100%;
    
}

.cs {
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    height: 100%; 
}

.font {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin: 0;
  position: relative;
  bottom: 20px;
  color: #5F6C55
}
