body {
    background-color:#000000;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
h1{
    text-align: center;
    font-family: Georgia, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background-color: #000000;
}
p{
    text-align: center;
    color: #ffffff;
}
img{
    width: 80%;
    height: auto;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.smallfont {
    font-size: 12px;
}
.mediumfont {
    font-size: 32px;
}