*{
    padding: 0;
    margin: 0;
}
body {
    letter-spacing: 1px;
}
header{
 background-color: rgb(0,71,194);   
 color: #fff;
}
header .head {
    display: flex;
    justify-content: space-evenly;
}

.navbar ul li {
    display: inline;
}
.navbar ul li a {
    font-size: 1em;
    list-style: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar ul li a:hover {
    color: #4385fa;    
}


.head .logo img{
    /* border: 2px solid red; */
    
    max-width: 30%;
    max-height: 30%;
    margin-top: 50px;
}

.head h1 {
    font-size: 3em;
    font-family: 100;
    line-height: 1;
}
.head h1, .navbar {
    margin-top: 40px;
}
.navbar ul{
    margin-top: 15px;
}
.head .navbar p {
    margin-top: 31px;
    margin-left: 117px;
    font-size: 1.3em;
    color: #4385fa;
}
header .text {
    text-align: center;
    margin-top: 70px;
    line-height: 1.7;
}
.text h1 {
    color: #4385fa;
    font-weight: 100;
    font-size: 2.5em;
}
.text p {
    font-size: 1.5em;
}
button {
    width: 14vw;
    height: 65px;
    background-color: rgb(0,71,194);
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 1em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 70px;
    cursor: pointer;
    text-transform: uppercase;
}
button:hover {
    color: rgb(78, 87, 102);
    background-color: #fff;
}
img {
    width: 100%;
    height: 30vh;
    border-radius: 5px;
}
.first h5 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 200;
}
.middle {
    display: grid;
    width: 67%;
    grid-template-columns: 0.8fr 0.8fr 0.8fr;
    grid-column-gap: 30px;
    margin: auto;
    margin-top: 70px;
}
.first h4{
    font-size: 1.3em;
    margin: 20px 0px;
    font-weight: 100;
}
.mic p{
    line-height: 1.3;
    font-size: 0.9em;
}
footer{
    background-color: rgb(0,71,194);   
    padding: 50px 0px;  
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}
footer p,nav{
    display: inline-block;
}
footer nav ul 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;    
}