.vpn{
    /* background-color: aquamarine; */
}
.alien{
    /* height: 800px; */
    background-color: #0f0f10;
    justify-content: center;
    align-items: center;
}
.alien h1{
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    color: #ededee;
}
.alien-force-img{
    text-align: center;
}
.alien img{
    text-align: center;
    width: 28%;
    padding-bottom: 20px;
}
.alien p{
    color: #ededee;
    text-align: center;
    padding-bottom: 22px;
    font-size: 28px;
}
.alien-content{
    text-align: center;
    padding-bottom: 20px;
}
.alien-content h2{
    color: #ededee;
    padding-bottom: 20px;
    font-size: 38px;
    font-weight: 500;
}
.alien-content li{
    color: #ededee;
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 550;
    cursor: pointer;
    text-decoration: none;
}
.alien-content h3{
    text-decoration: none;
    color: #ededee;
    /* padding-bottom: 5px; */
    
}
.alien-content a{
    color: #ededee;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /* padding: 5px; */
}
.alien-content h3:hover{
    color: aquamarine;
}
.alien iframe{
    width: 40%;
}

.vpn p{
    text-align: center;
    padding: 20px;
    font-size: 26px;
    padding-bottom: 14px;
}
.ins-vpn{
    color: #0f0f10;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.vpn-btn{
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-bottom: 20px;
}
.vpn button:hover{
    text-decoration: underline;
}
.i-sm{
    color: #0f0f10;
    background-color: #0f0f10;
}

@media only screen and (max-width: 1140px){

.alien h1{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 6px;
}
.alien p{
    font-size: 20px;
    font-weight: 400;
}
.alien img{
    text-align: center;
    width: 75%;
    padding-bottom: 20px;
}
.alien iframe{
    width: 100%;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    
}
.alien-content{
    padding-bottom: 20px;
}
.alien-content h2{
    color: #ededee;
    padding-bottom: 20px;
    font-size: 28px;
}
.alien-content li{
    color: #ededee;
    font-size: 16px;
    padding-bottom: 10px;
    /* padding-left: 4%;
    padding-right: 4%; */
}
.vpn p{
    text-align: center;
    padding: 20px 14%;
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 500;
}
.ins-vpn{
    color: #0f0f10;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 420;
    cursor: pointer;
}
.vpn-btn{
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-bottom: 20px;
}
.vpn button:hover{
    text-decoration: underline;
}



}