body{
    background-color: white;
}
h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 10px;
    font-size: 3em;
    width: 40%;
    border-radius: 25px;
}
h2{
    font-size: 3em; 
    text-align: center
}
.flex-container {
    display: flex;
    background-color: rgb(172, 29, 29);
    float: right;
}
.flex-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 10px;
    font-size: 25px;
    float: right;
}
a{
    color: black;
    text-decoration: none;
}
.active {
    background-color:black;
    color: rgb(172, 29, 29);
    text-shadow: 0.3px 0.3px white;
}
div a:hover:not(.active) {
    background-color:black;
    color: rgb(172, 29, 29);
    text-shadow: 0.3px 0.3px white;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.pFontAdjuster{
    font-size: 0.7em;
}
h3{
    font-size: 2em;
    border: solid 3px rgb(172, 29, 29);
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
img{
    border: solid 5px rgb(172, 29, 29);
    object-fit: cover;
}
.paragraphFont{
    font-size: 1.7em; 
    margin-left: 100px; 
    margin-right: 100px;
}
h6{
    font-size: 2.3em; 
    margin-left: 70px; 
    margin-right: 100px;
    outline: 2px solid black ;
    justify-content: center;
    background-color: rgb(172, 29, 29);
    text-shadow: 5px 5px black;
    color: white;
}
footer{
    text-align: center;
    color: black;
    font-size: 2em;
    font-style: oblique;
    letter-spacing: 1.5px;
}
#rborder{
    border-radius: 25px;
    border: 3px solid red;
}

