h1 {
    text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
  font-size: 21px;
}

p1 {
  font-size: 21px;
} 
body {
    background-color: rgb(255, 255, 255);
  }


/* Style of the nav bar */
nav {
    background-color: #353132;
    color: white;
    text-align: center;
    padding: 10px;
}
nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}
nav a:hover {
    text-decoration: underline;
}

/* Define Center*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.section h4{
  margin: 0;
  font-size: 22px;
}


body{
  margin: 0;
}

.section{
  background-color:#f0f0f0;
  display: flex;
  border-radius: 14px;
  justify-content: space-between;
  padding: 30 px;
  width: 69%;
  margin: 2rem auto 0 auto;
}

.section img{
  height: 250px;

}

