.section-container {
    text-align: center;
    padding: 10px;
}

.section-title {
    font-size: 4vw;
    margin: 50px 0 0;
}

.section-subtitle {
    font-size: 2vw;
    color: gray;
    margin: 10px 0 0;
}

.about-flex-item {
    display: block;
}

.about-image {
    margin: 0;
}

.blob-image {
    width: 500px;
    height: auto;
    transform: rotate(-90deg);
    max-width: 60%;
    max-height: 60%;
}

.blogger-image {
    position: absolute;
    width: 200px;
    height: auto;
    left: 37%;
    top: 100px;
    max-width: 27%;
    max-height: 50%;
}

.about-description p {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
}

.about-description h4 {
    color: gray;
    letter-spacing: 2px;
}

main {
    background-image: url(assets/bg_bggenerator_com.png);
    background-size: cover;
}

.skills-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.skill-item {
    box-shadow: 0 0 3px gainsboro;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    margin: 5px;
}

.skill-item img {
    width: 200px;
    height: 180px;
}

.skill-item p {
    padding: 5px;
    box-shadow: 0 0 10px  gainsboro;
    border-radius: 5px;
    background-color: rgb(243, 199, 117);
}

.activity-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.activity-item {
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 3px gainsboro;
    border-radius: 5px;
    margin: 10px;
}

.activity-item img {
    width: 350px;
    height: auto;
}

.section-title {  
   font-size: 4vw;
}
.section-subtitle {
   font-size: 2vw;
}
.blob-image {
   max-width: 60%;
   max-height: 60%;
   transform: rotate(-90deg);
}
.blogger-image {
   position: absolute;
   max-width: 27%;
   max-height: 50%;
   left: 37%;
   top: 100px;  
}
.about-description p {
   width: 80%;
}
.skill-item {
   margin: 5px;
}