body   {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(48, 100, 156);
}

#a {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; 
    margin-bottom: 20px;
}

#a img {
    height: 450px;
    width: 230px;
    object-fit: cover;
    border: 5px solid white;
    border-radius: 4px;
}
header {
    text-align: center;
    display: flex;  
    justify-content: center;  
    align-items: center; 
    background-color: rgb(24, 50, 78);
    color: white;
    height: 90px;
    margin-top: 0;
   
    margin-bottom: 20px;
    border-bottom: 5px solid white;
    border-top: 5px solid white;

}

h1 {
    font-size: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
#b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
#b img {
    display: flex;
    align-self: center;
    height: 450px;
    width: 750px;
    border: 5px solid white;
    border-radius: 4px;

}
#b ul {
    flex: 1;
}
#b figure {
    flex-shrink: 0;
}

footer {
    text-align: center;
    display: flex;  
    justify-content: end;  
    align-items: end; 
    background-color: rgb(24, 50, 78);
    color: white;
    height: 70px;
    margin-top: 0;
   padding-right: 20px;
    border-bottom: 5px solid white;
    border-top: 5px solid white;

}

#c {
    background-color: rgb(24, 50, 78);
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

h2 {
    font-size: 35px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

ul {
    list-style-image: url('fr12.png');
    list-style-type: square;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

li {
    padding: 5px;

}