.center {
    display: flex;
    justify-content: center;
}

.noborder {
    border-style: none;
}

body {
    font-family: Arial;
}

#contact {
    border-style: solid;
    border-style: none none solid none;
    border-width: 1px;
    border-color: lightgrey;
}

#text {
    border-style: solid;
    border-style: none none solid none;
    border-width: 2px;
    border-color: lightgrey;
}

#edit {
    height: 33px !important;
}
