body{
    background-size: cover;
    background-color: #f2f4f8;
}

#slogan{
    position: fixed;
    right: 0px;
    bottom: 0px;
}

#slogan h1{
    font-size: 45pt;
    text-shadow: 3px 3px 8px #333;
}

.copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
}