.header{
    width:100%;
    border-radius:0px 0px 8px 8px;
    box-shadow:0px 5px 5px gray;
    font-family:'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    color:rgb(55, 80, 72);
    font-weight:bold;
}
.header , .center{
    display: flex;
    align-items: center;
    justify-content: center;
}
#fname{
    background-color: rgb(231, 231, 224);
    outline-width: 0px;
}
.process{
    color:blueviolet;
    font-style: italic;
    font-family:'Courier New', Courier, monospace;
}

