body {
    background-color: #eeeeee;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 10px;
    max-width: 900px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    margin: 0px 20px;
    text-transform: uppercase;
}

h2 {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.flex-container {
    background-color: #6238ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    color: #f1f1f1;
    height: auto;
    border-radius: 30px;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .flex-container {
        flex-direction: column;
        border-radius: 20px;
    }
}

.point {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.rectangle {
    height: 50px;
    width: 100px;
    background-color: #555;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}