h1 {
  color: black;
  text-align: center;
  font-family: "dancingScript";
    }

body {
  font-family: "dancingScript";
  text-align: center;
  background-image: url("Images/ruffles1.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    }

@font-face{
    font-family:"dancingScript";
    src:url('DancingScript.ttf') format("truetype");
        }

.circle{
    border-radius:50%;  
    background:black;
    padding: 20px; 
    width: 100px;
    height: 100px;
    margin:0 auto;
    }

.home {
    background-color: #a2cdf2;
    color: black;
    border: none;
    margin: 20px;
    height:50px;
    width:100px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    position:fixed;
    top:0;
    left:0;
    transition-duration: 0.3s;
    overflow:hidden;
    }

.home:hover{
    background-color: #94c2eb;
    cursor: pointer;
    overflow:hidden;
    }

.imageGallery {
   display: flex;
   justify-content:space-around;
   align-items:center;
    }

.textBox {
    display:inline-block;
    border: 2px dotted black;
    padding: 15px 20px;
    position: absolute;
    top: 50%;
    right: 2%;
    }

.BOOM {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    gap:10px;
    }

.container {
  position: relative;
  height: 400px;
}