body{
    font-family: "Arial";
    font-size: 12pt;
    background-color: #e1e1e1;
}

header{
    vertical-align: 15px;
    height: 50px;
    background-color: #6c6c6c;
    text-align: center;
}

#menu{
    vertical-align: 15px;
    color: #ffffff;
}

#menu a{
    vertical-align: 15px;
    color: #ffffff;
    text-decoration: none;
}

#Profile{
    width: 90%;
    align-content: center;
    text-align: center;
    font-size: 20px;
    height: 40px;
}

footer{
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #6c6c6c;
}
