body{
    background-image: url('https://img.freepik.com/premium-vector/star-sky-space-stars-background-glitter-particles_160081-317.jpg?w=1060');
}
.carousel-caption{
    background: rgba(0, 0, 0, 0.486);
}
.head_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin: 30px 0px 10px 0px;
}
.head{
    background-color: rgba(240, 248, 255, 0.795);
    font-size: 4rem;
    text-decoration: underline;
}
#intro{
    background-image: url('https://img.freepik.com/free-photo/empty-wood-table-top-blur-sky_641386-703.jpg?w=996&t=st=1664713246~exp=1664713846~hmac=727e647935f978de2b95ae8555738835a12ae07913b03a40bfbcef90495cd3cf');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    padding: 14px;
    border-radius: 10px;
}

.box1{
    background: url('https://wallpapercave.com/dwp1x/wp5129056.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px;
    border-radius: 10px;
}
.text{
    background:rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;

}
.text_div{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2rem;
}

footer {
    text-align: center;
    padding: 3px;
    background-color: rgb(0, 0, 0);
    color: white;
  }