body{ 
    background-color:#00014c;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /*Adding color and weight  */
    color:rgb(0, 13, 255);
    font-weight: bolder;
    font-size: 14px;
}

.article-container{
    width: 900px;
    background-color: #fffff9;
    padding: 30px;
}

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

input {
    padding: 0px 20px;
    width: 300px;
    height: 40px;
    font-size: 22px;
}

button {
    width: 100px;
    height: 44px;
    font-size: 22px;
}

/*Adding Styling - RL */
#validation {
    text-align: center;
    color:#ffffff;
    padding: 10px;
}

#validation a{
    color:#ffffff;
}

h1{
    color:#ffffff;
}

h2{
    color:#5640ff;
}

.top{
    color:#d40040;
    font-size: 20px;
    text-decoration: underline;
}

.middle{
    font-size: 11px;
}

.bottom{
    font-size: 10px;
    color:#d40040;
}

.article-bottom{
    color:#e89300;
}