body {
    background-color: #222034;
    background-image: url("imgs/bg_dark2.png");
    background-attachment: fixed;
    background-repeat:repeat-y;
    text-align: center;
}

h1 {margin-top: 10%;
    color:papayawhip;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
    color:#fecad5;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-top: -1em;
}

#screenshots img {
    height: 200px;

}

a {
    color:#ff708f;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color:#ff708f;
}
#description {
    color: #fecad5;
    font-family:Arial, Helvetica, sans-serif;
    width: 50%;
    margin-left: 25%;
}