.about a {
    color: white;
}

.about strong {
    color: hsl(340, 100%, 75%);
    font-weight: normal;
}

.about {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
}

.about-explanation {
    padding: 1em;
    border-radius: 1em;
    background-color: rgb(30, 30, 30);
}

.about h1 {
    margin: 0 0;
    padding: 0.5em;
    width: fit-content;
}