html, body {
    background-color:#000000;
}

h1 {
    color:#8cd5a3;
    font-family: 'Courier New', Courier, monospace;
    font-size: 80px;
    text-align: center;
    padding-top: 30px;

}   

h2 {
    color:rgb(123, 36, 36);
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
    text-align: center;
    margin-top: 20px;

}

strong {
    color:#8e2b19;
}

em {
    color:#e0cfa0;
}

p {
    color:#5d8e6c;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
}

a {
    color:rgb(80, 59, 47);
    background-color: #2c1f12;
    display: inline-block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    width:170px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border-width: 10px;
    border-style: solid;
    border-image: url(../images/wood.jpg)20%;
}

a:link{
    text-decoration: none;
}

a:hover {
    color:#000000;
    background-color: rgb(51, 0, 0);
}

#button {
    text-align: center;
}

#inst {
    color:#ffecc5;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
}

#group{
    width: 100%;
    height: 100%;
    float: left;
}