body {
    margin: auto;
    padding: 0%;
    font-family: Arial, sans-serif;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    font-weight: bold;
}

.copyright {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 32px;
    font-weight: bold;
    color: whitesmoke;
}

.center {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.top-right a {
    text-decoration: none;
    color: white; /* optional: makes the link not blue */
}