body {background-color:rgb(191, 208, 235)}
#divfirst{
        color:rgb(16, 21, 22);
        background-color:rgb(149, 149, 241);
        width:auto;
        height: 150;
        margin:0%;  
}

#divnxt{
        color:rgb(17, 21, 22);
        background-color:rgb(100,100,231);
        width:auto;
        height: 150;
        margin:0%;  
}


#divnxt_a{
    color:rgb(30, 193, 238);
    background-color:rgb(231, 163, 100);
    width:auto;
    height: 150;
    margin:0%;  
}


#divnxt_b{
    color:rgb(13, 15, 15);
    background-color:rgb(157, 100, 231);
    width:auto;
    height: 150;
    margin:0%;  
}

/* Hero Section */
.hero {
  background: #333 url('hero-image.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

;