#section2 img {
    width: 40%;
}

#div10001 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#section2 p {
    font-size: 20px;
}

#div10002 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

#div10002 img {
    width: 40%;
    transform: translateY(-60px);
}

#div10002 a {
    background-color: #f6ba83;
    text-decoration: none;
    font-family: gladiola, sans-serif;
    font-size: 40px;
    padding: 5px 10px;
    color: black;
    border-radius: 50px;
}