/* Style main page */
.button {
    margin: 10px;
    padding: 20px 50px;
    font-size: 20px;
    line-height: 2;
    background-image: linear-gradient(rgb(0, 149, 255), rgb(15, 120, 103));
    color: #ffffff;
    border-radius: 20px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #099fea;
    width: 100;
    height: 100px;
}



body {
    margin: 0;
    background-color: #c8ebf3;
    font-size: 17px;
    text-align: left;
    line-height: 2;
    background: #f9fefe;
}

/* heading styles*/
h1 {
    font-family: 'Averia Sans Libre', cursive;
    color: #0a0d1a;
    text-align: center;
    letter-spacing: 2px;
    font-size: 6rem;
}

/* flexbox3 */

.flex-container {
    display: flex;
    font-size: 20px;
    text-align: center;
    justify-content: space-between;
    background-color: #ffffff;
    width: 600px;
    height: 10px;
    letter-spacing: 2px;
    padding: 5px;
    flex-wrap: wrap;
    margin: auto;
}


label {
    /* Uniform size & alignment */
    width: 50%;
    text-align: left;
    color: #002939;
    font-weight: bold;
    display: flex;
    position: relative;
}