body{
    background-color: black;
    color: white;
}
h1{
    color: white;
    text-align: center;
}

nav, p, a{
    color: white;
    text-align: center;
    font-size: 20px;

}
img#profile{
    display: block;
    margin: auto;

}