.articleContent {
    font-weight: 10;
}
.sectionHeader {
    color:white;
    font-weight: bold;
}

#bigTitle {
    text-align: center;
    padding: 50px;
    margin: 0px;
    background-image: url(images/graycolor.png);
}

body {
    background-color: #1C1c0f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

footer {
    position: fixed;
    width: 100%;
    box-sizing: content-box;
    border-top: 2px solid gray;
    background-color: rgb(47, 46, 46);
    text-align: center;
    left:0px;
    bottom:0px;
    padding-bottom:50px;
}

img {
    border-radius: 15%;
    right:5%;
    width: 15%;
    display:block;
    border: 7px solid #545454;
    

}

