.text-center{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.4rem;
}


.float_right{
    float: right;
    width: 30%;
}
.float_left{
    float: left;
    width: 30%;
}
.clear{
    clear: both;
    /* width: 30%; */
}

.flex{
    display: flex;
}
.justify-evenly{
    justify-content: space-evenly;
}
.justify-between{
    justify-content:space-between;
}
.align-center{
    align-items: center;
}

.heading{
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline aliceblue;
    /* border-bottom: 1px solid aliceblue; */
}