#page{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: black;
    color: black;
    height: auto;
    width: 100%;
}

#title{
    color: whitesmoke;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    float: left;
    background-color: darkgray;
}

html{
    background-color: black;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    font-size: 50px;
    width: 100%;
    height: 880px;
    border-color: antiquewhite;
}

.author{
    display: flex;
    color: whitesmoke;
    justify-content: center;
}

.contact{
    color: whitesmoke;
    display:flex;
    justify-content:center;
    margin:1px;
}