* { 
    font-family: Arial, Helvetica, sans-serif;
}
/*font*/

/*block nav projectname*/
.container-fluid {
    background-color: #1a2222;
    color: aliceblue;
}
.navbar-header {
    background-color: rgb(26, 34, 34);
}
.navbar-brand {
    color: rgb(221, 221, 221);
    font-size: 25px;
}

.submit-botton {
    color: white;
    background-color: rgb(103, 173, 242);
    border-style: solid;
    border-color: rgb(103, 173, 242);
    border-width: 20px;
    border-radius: 10px;
}

.submit-botton:hover {
    color: whitesmoke;
    background-color: rgb(51, 126, 200);
    border-style: solid;
    border-color: rgb(51, 126, 200);


}

.back {
    color: black;
    background-color: rgb(175, 175, 175);
    text-decoration: none;
    border-style: solid;
    border-color: rgb(175, 175, 175);
    border-width: 20px;
    margin-left:4px;
    border-radius: 8px;
    margin-top: 10px;

}
.back:hover {
    color: rgb(198, 198, 198);
    background-color: rgb(116, 116, 116);
    text-decoration: none;
    border-style: solid;
    border-color: rgb(116, 116, 116);
    border-width: 20px;
    margin-left:4px;
}