@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body { background-color: #ebf2fa;}
body { color: #282828;}
.starter-template h1 {color:green;}
.starter-template {
    background-image: url('https://adelsatech.com/graphics_images/giphy(4).gif');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
    border-radius:15px;
    padding:20px;
    margin:30px;}
h3 {margin:20px;font-weight:700;}
h4 {font-weight:700;margin-bottom:-10px;font-size:20px;}
h2 {font-weight:700;font-size:50px;color:#ebf2fa;}
h5 {font-weight:700;font-size:15px;margin:25px;}
p {color:#ebf2fa;font-family:poppins;}
.parrafo {color:#282828;}
@media only screen and (max-width: 992px){
    .starter-template {
        margin: 15px 0 0 0;
        padding: 10px;
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 82%);
    }
    .starter-template h2{
        font-size:30px;
    }
    .col-md-6 h3{
        font-size:20px;
    }
    .col-md-6 h5{
        margin: 25px 0 0 0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 2px;
        padding-left: 2px;
    }
}
.starter-template col-md-6 p {
    font-family: "Poppins", sans-serif;
    font-
}

.starter-template p {
    font-family: "Poppins", sans-serif;
}