*{
 margin: 0px;
padding: 0px;
  border: 0px;}

body{
  font-family: 'Roboto', sans-serif;Background-image:url('https://drive.google.com/uc?id=1Vb8a44JfByuYro0s-CqsaO2DwZ0N4qIA');
}

.logo {
    width: auto;
    height: 180px;
    padding: 10px 30px;
}

.navigation-bar {
    width: 100%;  
    height: 210px;
     background-color: #03407F;
}
.navigation-bar > a {
    float: right;
  color:white;
  margin: 130px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

/* mouse over link */
a:hover {
  background-color: #ED553D; padding:10px;
}
/* selected link */
a:active {
  background-color: #ED553D;
}
 .wrapper{display:grid;width:100%;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 20px; grid-row-gap: 20px;}
h1{color:#ED553D;margin-top:30px; margin-bottom:20px; margin-left:210px;}
p{margin:10px; color:#032F5E; font-weight:bold; padding:0 20px;}

.box-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  background-color:white;
 margin-left:20px; padding:10px; border-radius: 30px;
}
.pix{height:200px;padding-left:10px;}
.box-2 {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;background-color:white; ;
 padding:10px; border-radius: 30px;  margin-right:20px;
}
.box-3 {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 3;background-color:white;
  margin-left:20px; padding:10px; border-radius: 30px; 
}
.box-4 {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color:white;
  margin-right:20px; padding:10px; border-radius: 30px;
}


.div1 { grid-column-start: 1; background-color:white; Padding:50px; margin:0 0 0 50px;}

   
.info{margin-left:20px;}
.info p{line-height:1.5rem; color:white;}

.header-content h1{
   font-size: 30px;  text-align:right;
}

a.header-btn{
  display: block;
  margin-top: 40px;
  margin-left:250px;
   height: 60px;
   width: 180px;
   font-size: 18px;
   color: #fff;
   padding: 0 12px;
   background: #ED553D;
   line-height: 60px;
   border-radius: 30px;
  text-align:center;
  text-decoration: none;
}