body{
    padding-top: 100px;
    background-color: #ABBCD1;
}
.content-section{
    display: flex;
    height: 330px;
    width: 65%;
    margin: auto;
    padding-top: 3%;
}
.psection1{
    color: rgb(16, 72, 255);
    font-size: 32px;
    font-weight: bold;
}
.psection2{
    color: rgb(218, 4, 4);
    font-size: 32px;
    font-weight: bold;
}
.psection3{
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: bold;
}
.psection4{
    color: rgb(246, 250, 3);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.section1{
    background-image: url(semiconductor_sim_cap.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    object-fit: contain;
    transition: all 0.20s;
}
.section2{
    background-image: url(transistor_sim_cap.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all 0.20s;
}
.section3{
    background-image: url(led_sim_cap.png);
    background-color: rgb(247, 204, 204);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all 0.20s;
}
.section4{
    background-image: url(vsp.png);
    background-color: rgb(247, 204, 204);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all 0.20s;
}
.section1:hover{
    flex: 1.5;
}
.section2:hover{
    flex: 1.5;
}
.section3:hover{
    flex: 1.5;
}
.section4:hover{
    flex: 1.5;
}
.sim-article{
    width: 65%;
    margin: auto;
    margin-top: 2%;
    font-size: 25px;
}
h1{
    color: rgb(218, 4, 4);
    font-weight: bold;
}
.conductor-article{
    position: absolute;
    left: 15%;
    right: 15%;
}
.caption{
    font-size: 45px;
    color: rgb(218, 4, 4);
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.25s;
}
.caption:hover{
    color: rgb(155, 85, 5);
}
span{
    color: rgb(20, 20, 226);
}
.video1{
    text-align: center;
}

@media screen and (max-width: 1300px){
    .caption{
        font-size: 35px;
    }
}

@media screen and (max-width: 880px) {
    .content-section{
        display: none;
    }
    .sim-article{
        font-size: 25px;
    }
  }

@media screen and (max-width: 765px), screen and (max-height: 520px){
    body{
        background-color:#b9ddfa;
        padding-top: 50px;
    }
    .content-section{
        display: none;
    }
    .caption{
        font-size: 30px;
    }
    video{
        width: 75%;
     }
     .gif{
        width: 75%;
     }
     .sim-article{
        font-size: 22px;
        width: 90%;
        margin-top: 0.7%;
    }
     
  }
  @media screen and (max-width: 610px) {
    body{
        padding-top: 60px;
    }
    video{
        width: 90%;
     }
     .gif{
        width: 90%;
     }
  }