body {
    background: #EEAECA;
    background: linear-gradient(245deg, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 79%);
    height: 100%;
    margin: 0;
}

.center-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1 {
    color: #444;
    font-family: 'Bowlby One SC', sans-serif;
    font-size: 10vh;
    font-weight: 400;
    user-select: none;
}