header{
    background-color: #4C413C;
}
body {
    background-color: #613636;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #D0A99F;
    justify-content: center;
    
}
a:hover{
    color: #F1EEEC;
}
p{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    flex-wrap: wrap;
    color: #FAF7F3;
    margin-left: 30%;
    margin-right: 30%;
}
ul{
    text-align: center;
}
li{
    display: inline-table;
    padding: 1%;
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1{
    color:#FAF7F3;
}

.name {
    font-weight: 800;
    margin: 0px;
    text-align: center;
}
.new-page-link {
    font-size: 25;
}
