body {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

h1 {
    margin-top: 100px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container {
    margin: 25px;
    font-weight: bold;
    font-size: 40px;
}