* {
    margin: 0;
    padding: 0;
}
body{

}
header{
 background-color: rgb(0,71,194);   
 padding: 45px;
}
header nav .logo{
    font-size: 3em;
    text-transform: uppercase;
    line-height: 43px;
    color: #fff;
}
.navbar .date{
    font-size: 1.3em;
    text-align: right;
    margin-right: 22px;
    color: #4385fa;
    margin-top: 22px;
}
header nav{
    display: flex;
    justify-content: space-around;
}
.navbar ul {
    margin-top: 18px;
    text-transform: uppercase;
}
header nav .logo a{
    text-decoration: none;
    color: white;
    line-height: 1;
}
header nav .logo a:hover {
    color: #4385fa;
}
.navbar ul li{
    display: inline;
    margin-right: 20px;
    font-size: 1em;
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
}
header ul li a:hover{
    color: #4285fa;
}
.content1 {
    background-color: #000;
    padding: 50px;
    color: #fff;
    text-align: center;
}
.content1 p{
    width: 75%;
    margin: 25px auto 0 auto;
    font-size: 21px;
    line-height: 33px;
}
.content1 h1{
    font-size: 2.5em;
    font-weight: 500;
}
.content2{
    width: 70%;
    margin: auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.content2 h3{
    color: rgb(0,71,194);
    font-weight: 500;
}
hr{
    margin: 30px 0 20px 0px;
}
.content2 .heading1 .time1 {
    margin: 51px 0px;
}
.heading1 {
    width: 13%;
    text-align: end;
    position: relative;
    bottom: 3px;
}
.heading2{
    width: 80%;
}
.container1{
    display: flex;
    justify-content: space-between;
}
.container1 .para1 p{
    width: 95%;
    line-height: 20px;
}
.content2 .heading1 .time2 {
    margin-top: 96px;
}
.content2 .para1 hr {
    width: 216%;
}
.content2 .heading1 .time3 {
    margin-top: 52px;
}
.container2{
    display: flex;
    justify-content: space-between;
}
.container2 .para2 p {
    width: 95%;
    line-height: 20px;
}
.container2 .paras p{
    position:relative;
    left: 1px;
}
footer{
    background-color: rgb(0,71,194);
    padding: 50px 0px;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}
footer p{
    display: inline-block;
}
footer nav {
    display: inline-block;
}
footer nav li {
    display: inline;
    margin-right: 10px;
}
footer nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
}
footer nav ul li a:hover {
    color: #4385fa;    
}
footer p {
    color: #4385fa;    
}