body {
    background-color: black;
    text-align: center;
    color: white;
}

.div1 {
    font-size: 100px;
    font-family: Canterbury;
    color: darkgreen;
    text-shadow: 10px 10px 50px yellow;
}

.div2 {
    font-size: 90px;
    font-family: Logtus;
    color: yellow;
    font-style: bold;
    text-shadow: 10px 10px 60px yellow;
}

.div3 {
    font-size: 60px;
    font-family: Helvetica, sans-serif;
    color: #818589;
    font-style: bold, italic;
    text-shadow: 10px 10px 100px yellow;
}

a:link {
color: white;
}

a:hover {
    color: yellow;
}

a:visited {
    color: brown;
}

@font-face {
    font-family: Canterbury;
    src: url(Canterbury.ttf);
}

@font-face {
    font-family: Logtus;
    src: url(Logtus.otf);
}