
h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgb(88, 101, 242);
    text-transform: uppercase;
}

#computer-illustration{
    position: relative;
}
#computer-illustration img{
    max-width: 100%;
}

#computer-illustration #display{
    position: absolute;
    top: 5%;
    left: 3.5%;
    width: 94%;
    height: 70%;
    object-fit: cover;
    z-index: -1;
}
#computer-illustration #computer{
    z-index: 20;
}