body{
    background-color: #000;
}
.header{
    background-color: #000;
}
.header .navbar-brand{
    font-family: 'font-strasua';
}
.content{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.content h1{
    font-size: 64px;
    font-family: 'Poppins';
    color: #fff;
    margin-bottom: 40px;
}
.content h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #a0a0a0;
}
@media screen and (max-width: 991.98px) {
    .content h1 {
        font-size: 44px;
        margin-bottom: 30px;
    }
    .content h4 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767.98px) {
    .content h1 {
        font-size: 34px;
    }    
}
@media screen and (max-width: 575.98px) {
    .content h1 {
        font-size: 28px;
    }
    .content h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .content img{
        width: 260px;
    }
}