* {
  margin: 0;
  padding: 0;
}

body {
  background: url(/images/20231025_185837.png) #fff;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 13px;
  padding: 4rem 5px;
}
.intro {
  background-color: #ffc609be;
  width: 80%;
  max-width: 500px;
  align-self: center;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 20px;
  padding: 2rem;
}

.container {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.pp {
  background-color: rgba(255, 98, 0, 0.656);
  width: 15rem;
  border: 2px solid #020227;
  border-radius: 100px;
}
img {
  width: 2rem;
}
h2 {
  color: rgb(25, 3, 121);
  text-decoration: underline;
}
h4 {
  color: rgb(25, 3, 121);
  width: 70%;
}
