form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: left;
    width: 90%;
    height: 100%;
    border: 1px solid black;
    background-color: whitesmoke;
    padding: 2rem;
    font-size: 0.75rem;
}

.btn-grp {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
 padding: 1rem;
    /* border: black thin solid; */

}

.btn-grp input {
    margin-right: 1rem;

}

.box-text {
    font-size: 1rem;
    margin-bottom: 0;
}

footer {
    margin-bottom: -1rem;

}