.blue-line{
    border-top-color: #96c6ff;
    border-top-style: solid;
    border-top-width: 5px;
}
.bluebackground {
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #286dc0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
}