body, html {
    height: 100%;
    margin: 0;
    background-color:#FFD454;
    font-family: Helvetica;
  }
  
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}