.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    justify-items: center;

    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(208, 222, 231, 1) 100%);
}

.centered {
    align-self: center;
    text-align: center;
    flex-basis: 50%;
}

.centered h1 {
    font-family: 'Raleway', sans-serif;
    font-size: calc(3vw + 3vh);
    color: #444;
}

.family {
    width: 100%;
}