.banner {
    display: inline-block;
    width: 70%;
    background-color: #ffffff;
    border: 4px double #ff0000;
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
}

.banner p {
    font-family:courier;
    font-size:20px;
    font-style:italic;
}

.banner p.header {
    font-weight: bold;
}

.welcome-font {
    font-family:courier;
    font-size:20px;
    font-style:italic;
}

.content {
    width: 70%;
    display: inline-block;
    background-color: white;
    padding: 10px 35px;
    border: 4px double #ff0000;
    max-width: 850px;
    border-radius: 20px;
}

.content p {
    font-family:courier;
    font-size:20px;
    font-style:italic;
}

iframe.game-frame {
    border: 10px solid black;
    box-shadow: 0 0 10px black;
    border-color: black;
    border-radius: 40px;
}

body {
    text-align: center;
    margin: 0;
    background-color: #280138;
}

.content p.news-font {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    font-style: italic;
    text-decoration: underline;
    background-color: #280138;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid gray;
}

.menu {
    border-bottom: 2px solid black;
    background-color: #000000;
    font-weight: bold;
    color: #280138;
    margin: 0;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #280138;
}

.menu a {
    text-decoration: none;
    color: white;
    background-color: #280138;
    padding: 15px 25px;
    display: inline-block;
    margin: -2px 10px;
    border-bottom: 2px solid black;
}

.menu a:hover {
    background-color: #280138;
    border-bottom-color: white;
    color: #ffffff;
    text-shadow: 0 0 2px #ff0000;
}

.menu a.active {
    background-color: #280138;
    border-bottom-color: white;
    color: #ffffff;
    text-shadow: 0 0 2px black;
}

.menu a.active:hover {
    color: #ff0000;
    box-shadow: 0 0 5px white;
    border-bottom-color: white;
}

img {
    box-shadow: 0 0 10px black;
    border-color: black;
}