body {
    background-color: #3E8F53;
    background-image: url("imgs/bg2.gif");
    background-attachment:fixed;
    background-position-y: 100%;
    background-repeat:no-repeat;
    text-align: center;
}

h1 {margin-top: 10%;
    color:white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
    color:#fecad5;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1em;
    margin-top: -1em;
}

#screenshots img {
    height: 200px;

}

a {
    color:#fecad5;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color:#fecad5;
}
#description {
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    width: 50%;
    margin-left: 25%;
}