﻿.center {
    margin: auto;
    width: 15%;
}

.pl-25 {
    padding-left: 25px !important;
}

.jumbotron {
    background-color: #eff4fe !important;
}

.header {
    background-color: #f0f0f0 !important;
}

@media screen and (min-width: 768px) {
    .center {
        margin-left: 40% !important;
    }
    .img {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .img {
        width: 100%;
        padding: 25px !important;
    }

    .fnt-size{
        font-size:15px !important;
    }
}
