* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
img {
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}

body {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-family: "Outfit", sans-serif;
  font-family: "Quicksand", sans-serif;
}

.container {
  width: 100%;
  height: auto;
  background-color: lightgray;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  border-radius: 10px;
}

.box-1 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.box-1 h1 {
  font-size: 45px;
}

#p-title {
  font-size: 20px;
  text-align: center;
}

.box-2 {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  align-items: center;
  padding-top: 30px;
  margin-top: 30px;
  height: auto;
  padding-bottom: 30px;
  border-radius: 10px;
}

.p-box2 {
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .body {
    padding: 0;
    margin: 0;
  }

  .container {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    background-color: white;
  }
}

.box-3 {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  align-items: center;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.box-3 h2 {
  padding-bottom: 60px;
  text-align: center;
}

li {
  padding-top: 15px;
  line-height: 23px;
}

.box-4 {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.p-box4 {
  padding-top: 60px;
  font-style: italic;
  text-align: left;
  line-height: 22px;
}

#pep-guardiola {
  margin-top: -40px;
}



.box-5 {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: center;
    text-align: center;
}