body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    background: linear-gradient(
        120deg,
        #ffffff,
        #f6f6ff,
        #fff7f7
    );

}

.container {
    text-align: center;
    padding: 40px;
}

h1 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.4;

    color: #2d2d2d;
    letter-spacing: 0.04em;
}
