.welcome-section,
.about-section {
  background-color: #242526;
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0 0 20px #3A3B3C;
}

.about-section p {
  text-align: justify;
}