html, body {
    height: 100%;
    margin: 0px;
}

body {
    background: url("/img/cash.jpg");
}

body:hover {
    cursor: url("/img/cursor.jpg");
}

h1, h2, h3, p, span, li {
    color: yellow;
}

h1, h2, h3 {
    font-family: Arial;
}

a {
    color: greenyellow;
}

marquee {
    background-color: yellow;
    color: red;
    font-size: 80px;
    font-style: italic;
}

.town {
    width: 960px;
    height: 100%;
    margin: 0px auto 10px auto;
    background: url("/img/gradient.jpg");
    background-size: cover;
    border: 50px solid transparent;
    padding: 50px;
    border-image-source: url("/img/cow.png");
    border-image-repeat: repeat round;
    border-image-slice: 40;
}

.info-land {
    background-color: blue;
    box-shadow: 2px 2px black;
}

.raven-text {
    color: black;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
}
