.heading-text{
    text-align: center;
    font-weight: 600;
    color: #132c73;
    font-size: 2rem;
}

.form-container{
    width: 100%;
}

.faces{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.faces>input[type="submit"]{
    border: none;
    background-color: transparent;
}

.face{
    border: none;
    background-color: transparent;
}

.faces>input[type="submit"]:hover{
    border: none;
    background-color: transparent;
}