a { 
    color: rgb(23,83,163); 
}

a:hover { 
    color: rgb(23,83,163);
}

a:focus { 
    color: rgb(23,83,163); 
}

.center-content {
    text-align: center;
}

.header-title {
    position: absolute;
    top: 67px;
    left: 20px;
    color: rgb(131,147,160);
    margin-top:0px;
    margin-bottom:0px;
    
}

.main-content-container {
    position: relative;
    background-size: 159px 159px;
    background-color: rgb(240,240,240);
    background-image: url('../images/rain-pattern-thick-very-light.png');
    background-repeat: repeat;
}


.footer {
    width: 100px;
    height: 100px;
}

