*{
    box-sizing: border-box;
}
body{
    background-color:rgba(44, 91, 179, 0.215); ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header{

    background-color: black;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding: auto;
}
header h1{
   font-size: 40px;
    color:wheat;
}
.header-container{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
    background-color: rgba(10, 10, 217, 0.326);
}
.header-container a{
    text-decoration: none;
    color: bisque;
}
.maincotainer{
    display: flex;
    justify-content: space-around;
    height:30vh;
    margin-top: 0;
}
.left-section h3{
    font size:24px ; 
    color:green;
}
.left-section h4{
    font-size: 15px;
    color: rgb(190, 57, 64);  
}
.left-section h5{
    font size: 10px;
    color: blue;
}
.right-section h3{
color: green;
}
.right-section h4{
color: rgb(190, 57, 64);
}

.right-section h5{
font size: 10px;
color: blue;  
}
.center-section{
   display: flex;
   justify-content: center;
   margin-left: 150px;
   margin-top: 10px;
}
.center-section h3{
    color: rgb(190, 57, 64);
}
.center-section h3{
    background-color: aquamarine;
color: green;
}

.
.footer{
    background-color: rgb(42, 112, 165);
    text-align: center;
    color: beige;
}
table{
    background-color: rgb(219, 238, 184);
    font-size: 20;
    text-align: center;
    border-radius: 10px;
}