
body{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: linear-gradient(#1263A2, #D3DBE1);
    font-family: Arial, sans-serif;
}

.notice {
    display: block;
    font-weight: bold;
    font-size: 2em;
    color: #fbfcfc;
}

.link {
    font-weight: bold;
    font-size: 1.3em;
    color: #dae6ef;
    text-decoration: none;
}

a:hover {
    color: #FF9933;
    text-decoration: none;
}