body {
    background-image: url("gojou.gif");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

a {
    /* font */
    font-family: "Carter One";
    font-size: 48px;

    color:white;
    text-decoration: none;

    float: right;
}