* {
  box-sizing: border-box;
}

/* Style the body */
body {
  font-family: Arial;
  margin: 0;
}

/* Header/logo Title */
.header {
  padding: 5px;
  height: 100%;
  width: 100%;
  font-size: 100%;
  text-align: center;
  background: #2b01fb;
}

/* Style the top navigation bar */
.navbar {
  display: flex;
  background-color: #f80505;
}

/* Style the navigation bar links */
.navbar a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
}

.row2 {  
  display: flex;
  flex-wrap: wrap;
}

.row3 {  
  display: flex;
  flex-wrap: wrap;
}

.row4 {  
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  flex: 20%;
  background-color: #f1f1f1;
  padding: 20px;
}

.side2 {
  flex: 20%;
  background-color: #f1f1f1;
  padding: 20px;
}

.side3 {
  flex: 20%;
  background-color: #f1f1f1;
  padding: 20px;
}

.side4 {
  flex: 20%;
  background-color: #f1f1f1;
  padding: 20px;
}

/* Main column */
/*.main {
  flex: 70%;
  background-color: white;
  padding: 20px;
}*/

/* Fake image, just for this example */
.fakeimg {
   background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row, .navbar {   
    flex-direction: column;
  }
}

h1 {
    font-size: 55px;
    color: rgb(253, 3, 3);
    text-align: center;
    justify-content: center;
}

h2 {
    font-size: 50px;
    color: rgb(9, 9, 9);
    text-align: center;
    justify-content: center;
}

h3 {
    font-size: 40px;
    color: rgb(9, 9, 9);
    text-align: center;
    justify-content: center;
}
h4 {
  font-size: 15px;
  width: 100px;
  color: rgb(9, 9, 9);
  text-align: justify;
  justify-content: center;
}

h5 {
  font-size: 45px;
  color: rgb(173, 3, 3);
  text-align: center;
  justify-content: center;
}

.box2 {
  background-color: red;
  padding-top: 50px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.box6 {
  background-image: url("photos/MNC2.jpg");
  height: 120100%0px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}