body {
    background-color: #3a3a3a;
    display: flex;
    gap:50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

h1 {
    margin-top: 50px;
    text-align: center;
    color: #fff;
}