html {
    background-color: rgb(24, 24, 24);
}
body.body {
    size-adjust: auto;
}

header {
    text-align: center;
}

.why_not {
    color: brown;
    font-size: 120px;
    background-image: url('images/mr_krabs.jpg');
    padding-top: 90px;
    padding-bottom: 100px;
}

.title_text {
    text-align: center;
    bottom: 100px;
    
}
/* Bordering at the bootom of the header. */
.small_header_styling img {
    bottom: -129px;
}

/*specific sizing for an image with this class*/
.image_sizing {
    position: relative;
    width: 10%;
    height: auto;
    left: 45%;
}

.loading_bar {
    stroke: rgb(255, 0, 0);
    width: 100%;
    height: 20px;
    display: block;
}

.text_styling {
    padding-top:30px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.information {
    font-size: medium;
    padding-top: 10px ;
    padding-bottom:50px;

}

.text1 {
    background-color: black;
}

.text2 {
    background-color: rgb(34, 34, 34);
}
