#transform-world{
    background-color: rgb(0 0 0 / 1.1);
    height: 27rem;
    background-image: url("../images/woman-code.png");
    background-size: cover;
    background-position: center;
    align-content: center;
    padding-left: 9%;
    border-top: 2px solid #206a93;
    border-bottom: 2px solid #206a93;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#transform-world p{
    color: #ffffff;
    max-width: 16rem;
    align-content: center;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 3px 2px 0px rgb(32 120 159);
    line-height: 3.3rem;
    text-transform: lowercase;
}