.espLogo{
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.topnav {
  background-color: rgb(19, 140, 183);
  overflow: hidden;
  margin-left: 125px;
  max-width: 1400px
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 50px;
  margin-right: 50px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgb(159, 46, 138);
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: rgb(53, 128, 179);
  color: white;
}

body{
  background-color: rgb(99, 99, 99, 0.076);
}

.openingp{
  text-align:justify;
  margin-top: 55px;
  margin-left: 150px;
  margin-right: 975px;
  color: grey;

}

.secondp{
  text-align:justify;
  margin-left: 950px;
  margin-right: 150px;
  color: grey;

}

.team{
  width: 400px;
  float: left;
  margin-left: 250px;
 
}