body{
    background-color: #17191E !important;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}

.container{
    margin: 80px;
}

h1{
    color: #FFDB00;
    font-size: 35px;
    transition: font-size 1s;
}


.img-fluid{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 65%;
    transition: width 1s;
}

.text-center{
    margin-bottom: 100px;
}

.text-1{
    text-align: left;
    font-size: 15px;
    color: white;
    transition: opacity 1s;
    transition: font-size 1s;
}

.text-2{
    font-size: 15px;
    color: white;
    margin: 0px 20px 20px 150px;
    line-height: 10px;
    transition: opacity 1s;
    transition: font-size 1s;
    opacity: 0;
    
}

.breakLine{
    background-color: white;
    height: 2px;
    transition: opacity 1s;
    margin-bottom: 40px;
    opacity: 0;
}

#contact{
    text-align: right;
    margin: 100px 400px 100px;
}


@media only screen and (max-width: 992px) {
    .container{
        margin-top: 20px;
        margin-bottom: 20px
    }

    h1{
        color: #FFDB00;
        font-size: 20px !important;
    }
    
    .img-fluid{
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        width: 65%;
    }
    .text-center{
        margin-bottom: 20px;
    }
    
    .text-1{
        text-align: left;
        font-size: 10px;
        color: white;
    }
    .text-2{
        /* text-align: left; */
        margin-left: 50px !important;
        font-size: 10px !important;
        color: white;
        line-height: 10px;
        opacity: 1;

    } 
    
    .breakLine{
        background-color: white;
        height: 2px;
        margin-bottom: 10px;
        opacity: 1;
    }
    
    #contact{
        text-align: right;
        margin: 20px 100px 20px !important;
    }

    p{
        margin: 5px !important;
    }
    
}



    







