.container {
    position: relative;
    width: 495px;
    height: 600px;
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #6d6d6d;
}

.container a:link {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #ed7b48;
    font-weight: bold;
    text-decoration: none;
}

.container a:visited {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #ed7b48;
    font-weight: bold;
    text-decoration: none;
}

.container a:active {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #ed7b48;
    font-weight: bold;
    text-decoration: underline;
}

.container a:active:visited {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #ed7b48;
    font-weight: bold;
    text-decoration: underline;
}

.container a:hover {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #ed7b48;
    font-weight: bold;
    text-decoration: underline;
}

.container a:hover:visited {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #ed7b48;
    font-weight: bold;
    text-decoration: underline;
}

.about {
    position: absolute;
    left: 25px;
    top: 440px;
    width: 265px;
    height: 145px;
    text-align: justify; 
    text-justify: newspaper; 
}

.demo {
    position: absolute;
    left: 318px;
    top: 440px;
    width: 220px;
    height: 145px;
}

.about h1 {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    color: #b9a388;
    font-weight: bold;
}

.demo h1 {
    font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    color: #413732;
    font-weight: bold;
}
