body {
    color: white;
    background-color: black;
    font-family:Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
