/* Social Media Headline */

#headline a {
    display: flex;
    align-items: center;
}

#headline svg {
    height: 28px;
    width: auto;
    margin-right: 3px;
}

#headline span {
    color: #C6C6C6;
}

/* Welcome */

.section.welcome {
    flex-direction: column;
    align-items: center;
}

.section.welcome img {
    width: 100%;
    max-width: 500px;
}

/* Main */

.section {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.section p {
    text-align: justify;
}

.section img {
    width: 150px;
}

@media (max-width: 600px) {
    .section {
        flex-direction: column;
        gap: 0;
    }

    .section h2 {
        text-align: center;
    }
}
