/* the header part*/

header{
    display: flex;
    flex-direction: row;
    font-size: 25pt;
    background-color: rgb(174, 174, 174);
    width: 100%;
    border-radius: 25px;
    justify-content: space-around;
    justify-content: center;
}
h1{
    font-size: 75%;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}
.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;   
}
