/* about */
#about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Assistant', sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: clamp(16px, 3vw, 26px);
    padding: 100px 50px;
    background-image: linear-gradient(to right, rgb(255, 98, 98), rgb(167, 0, 0));
}

#about h2 {
    font-size: clamp(30px, 3vw, 60px);
    color: white;
}

#about p {
  font-size: clamp(24px, 3vw, 30px);
  color: white;
}

#aboutImg {
    width: 200px;
}