#cpe-img{
    background-image: url("../images/CPE.png");
    -webkit-filter: drop-shadow(0 0 0.75rem #333);
    filter: drop-shadow(0 0 1rem #333);
    width: 300px;
    height: 300px;
    background-size: cover;
    margin: auto;
}

#cpe-img:hover{
    filter: grayscale(180%);
    -webkit-filter: drop-shadow(0 0 1rem #000000);
    filter: drop-shadow(0 0 1rem #000);
}

@font-face {
    font-family: Directv;
    src: url('../fonts/DIRECTVCurve-Regular.otf') format("opentype");
    font-weight: bolder;
    font-style: normal;
    font-display: block;
}

*{
    font-family: Directv;
}

#welcome{
    font-size: 50px;
    font-weight: bold;
}

#Middle{
    background-color: white; 
    padding-top: 10px !important; 
    padding-bottom: 65px !important;
}

#important{
    margin-top: 10px;
}

/* #important h3 {
    color: white;
} */

#installation{
    margin-top: 40px;
}

.parall-elem{
    background-color: white;
    padding-top: 65px !important; 
    padding-bottom: 65px !important;
}