body {
    background-image: url(https://i.pinimg.com/originals/c4/6e/9a/c46e9a94af81a55e6397fc0cbc260c03.gif);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    font-family: MS Gothic;
    text-align: center;
    text-transform: lowercase;
    padding-top: 45px;
    font-size: 15px;
    text-shadow: 0px 0px 5px #ff0f87;
    margin-left: auto;
    color: #000000;
    -webkit-animation: fadeIn ease 5s;
}