body{
    background-color: #2c2c2c;
    background-image: url('src/images/bg.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.f6{
    float: left;
    width: 50%;
    box-sizing: border-box;
}

h4{
    color: #733485
}

.amk{
    padding: 50px 0 0 20px;
}

.banner{
    background-image: url("src/images/banner1.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    box-sizing: border-box;
    
}

@media only screen and (max-width: 800px) {
    .f6{
        width: 100%;
    }
    .amk{
        padding: 10px 0 0 20px;
    }
  }