.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100vh;
    height: 100%;
    flex-direction: column;
    background: linear-gradient(to right, rgb(130, 137, 208),rgb(78, 57, 174));
    
}

.flex-child {
    background: linear-gradient(rgb(23, 80, 89), rgb(135, 168, 169));
    padding: 5rem;
    font-size: 5rem;
    border-radius: 20px;
    box-shadow: rgb(31, 15, 117) 10px 10px;
    font-family: 'Source sans pro';
    margin: 5rem;
}