*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url('bg.jpg');
    background-size: cover;
}
#heading{
    text-transform: uppercase;
    background-color: #0fabbc;
    color: #fff;
    text-align: center;
    letter-spacing: 20px;
}
.span{
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    letter-spacing: 20px;
    padding-top: 30px;
}
.span2{
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    letter-spacing: 20px;
    padding-top: 250px;

}
    
.rainbow{
    width: 380px;
    height: 360px;
    padding: 100px;
}
/** home section**/
#container{
    display: flex;
    position: absolute;

}
.box{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 220px;
    border-top: 2px solid purple;
    border-right: 2px dashed pink;
    border-bottom: 2px groove red;
    border-left: 2px dotted yellow;
    margin: 10px;
    border-radius: 50%;
}
.box1{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 220px;
    border-top: 2px solid purple;
    border-right: 2px dashed pink;
    border-bottom: 2px groove red;
    border-left: 2px dotted yellow;
    margin: 10px;
    border-radius: 50%;
    background-color: rgba(165, 62, 64, 0.4);
}

.box2{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 220px;
    border-top: 2px solid purple;
    border-right: 2px dashed pink;
    border-bottom: 2px groove red;
    border-left: 2px dotted yellow;
    margin: 10px;
    border-radius: 50%;
    position: relative;
    top: 10%;
    right: -6%;
}

.box4{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 220px;
    border-top: 2px solid purple;
    border-right: 2px dashed pink;
    border-bottom: 2px groove red;
    border-left: 2px dotted yellow;
    margin: 10px;
    border-radius: 50%;
    position: relative;
    bottom: 20%;
    right: 5%;
}
.para{
    display: flex;
    position: relative;
    text-transform: uppercase;
    font-family: century;
    font-weight: bolder;
    font-size: 1.5rem;
    color: indigo;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: -45%;
    left: 2%;
}









