body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(../pictures/701863.png);
    background-attachment: fixed;
    margin: 0;
}

.header {
    text-align: center;
    height: 8.5vh;    
}

h1 {
    position: fixed;
    text-align: center;
    background-color: hsl(199,95%,30%);
    padding: 2.1vh;
    margin: 0;
    text-shadow: -1px 0 rgb(0, 0, 0), 0 1px rgb(0, 0, 0), 1px 0 rgb(0, 0, 0), 0 -1px rgb(0, 0, 0);
    color: white;
    width: 100%;
    border-bottom: 3px solid black;
}

.container{
    display: flex;
    flex-wrap: wrap;

}
.sub-container1{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 1rem;

}
.sub-container1 > h2{
    margin-top: 0.5rem; 
    margin-bottom: 0.5rem;   

}
.info-container2{
    background-color: hsl(199,95%,30%);
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: 2px solid black;
    width: 60rem;
    padding-left: 0.4rem;
    margin-left: 0.2rem;
}
.info-container2 > div:nth-child(2) strong {
    color: rgb(7, 11, 255);
}
.info-container2 > div:nth-child(3) strong {
    color: rgb(238, 5, 5);
}
.info-container2 > div:nth-child(4) strong {
    color: rgb(60, 255, 0);
}
.info-container2 > div:nth-child(5) strong {
    color: rgb(238, 255, 0);
}

.sub-container2 {
    display: flex;
    width: 100%;
}
.flex-container1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border: 2px solid black;
    margin-top: 0.5rem;
    width: 100%;
    height: 100%;
}
.flex-container1 h3 {
    margin-top: 0.5rem;
}
.flex-container1 table {
    margin-bottom: 0.5rem;
}
.flex-sk{
    background-color: rgba(19, 146, 250, 0.336);
    max-width: 33.3%;
    width: 33.3%;
}
.table-sk{
    display: flex;
    justify-content: center;
}
.flex-sk > h3{
    color: blue;
}
.flex-sk > h3::after,
.flex-sk > h3::before{
    content: "";
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-image: url(/pictures/icons/SK.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: text-bottom;
}
.flex-aa {
    background-color: rgba(253, 68, 68, 0.671);
    max-width: 33.3%;
    width: 33.3%;
    border-left: 2px solid black;
    border-right: 2px solid black;

}
.table-aa {
    display: flex;
    justify-content: center;
}
.flex-aa > h3{ 
    justify-content: center;
    color: red;
}
.flex-aa > h3::after,
.flex-aa > h3::before{
    content: "";
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-image: url(/pictures/icons/AA.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: text-bottom;
}
.flex-tank {
    background-color: rgba(0, 128, 0, 0.664);
    max-width: 33.3%;
    width: 33.3%;
}
.table-tank {
    display: flex;
    justify-content: center;
}
.flex-tank > h3{
    color: rgb(47, 255, 47);
}
.flex-tank > h3::after,
.flex-tank > h3::before{
    content: "";
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-image: url(/pictures/icons/Tank.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: text-bottom;
}
th, td {
    text-align: left;
    width: 8rem;
}
.flex-container2 {
    display: flex;
}
.sub-container3 {
    display: flex;
    border: 2px solid black;
    background-color: hsla(24, 95%, 47%, 0.801);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2rem;
    padding-left: 1rem;
    border-radius: 0.5rem;
}
.sub-container4 {
    display: flex;
    margin-top: 1rem;
    height: 10rem;
    width: 100%;
}
