body{
    margin: 0;
    padding: 0;
}

#header-container{
    width: auto;
    height: 500px;
    background-image: url('../data/image1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000099;
}

#header-container-child{
    width: auto;
    height: 175px;
    font-size: 75px;
    background-color: #00000099;
}

#header-container-child2 {
    width: 700px;
    height: 325px;
    text-align: center;
    margin: auto;
    align-content: end;
    font-size: 35px;
    color: white;
}

#header-container2{
    width: auto;
    height: 250px;
}

#header-container2-child{
    width: 400px;
    height: 225px;
    text-align: center;
    margin: auto;
    align-content: center;
    font-size: 25px;
    color: #747474
}

#body-container{
    display: flex;
    text-align: center;
}

.body-container-child{
    flex: 1;
    font-size: 18px;
}

.image1{
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin: 25px;
}

.imageparagraph{
    margin: 25px;
}

#body-container2{
    width: auto;
}

#body-container2-child {
    width: 300px;
    height: 150px;
    text-align: center;
    margin: auto;
    align-content: center;
    font-size: 20px;
    color: #747474
}
#footer-container {
    width: auto;
    height: 65px;
    background-color: black;
    display: flex;
    text-align: center;
}

.footer-container-child {
    flex: 1;
    font-size: 20px;
    margin: auto;
}

a.fredirect:link {
    text-decoration: none;
    color: #A8A7A7;
}

a.fredirect:visited{
    text-decoration: none;
    color: #A8A7A7;
}
a.redirect:link{
    text-decoration: none;
    color: #A8A7A7;
}

a.redirect:visited{
    text-decoration: none;
    color: white;
}

.h1{
    font-family: Courier New, Courier, monospace;
}

.p1{
    font-family: 'Times New Roman', Times, serif;
}

.f1 {
    font-family: 'Times New Roman', Times, serif;
    color: #A8A7A7;
}