html{
    background-color: #b79e8a;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#copyright{
    text-align: center;
}

#header{
    width:250px;
}