body {
    background-color: #dbe7f1;
    font-family: arial;
    margin: 30px 50px;
    line-height: 150%;
}

.article-container {
    width: 900px;
    background-color: #ffffff;
    padding: 50px;
}

.article-box {
    padding-bottom: 30px;
    width: 100%;
}

input {
    padding: 0px 20px;
    width: 300px;
    height: 36px;
    font-size: 20px;
    margin-bottom: 20px;
}

button {
    width: 100px;
    height: 40px;
    font-size: 20px;
}

footer {
    text-align: center;
    margin-top: 30px;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 20px;
    color: #3c3c3c;
}

.btn {
    background-color: #f4faff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #2d4a63;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    text-decoration: none;
    color:#3c3c3c !important;
}

a:link {
    color: #1c3da2;
    text-decoration: none;
}

a:visited {
    color: #54197c;
    text-decoration: none;
}