h1{
    border-bottom-style: solid;
    border-color:purple;
    text-align: center;
}


body{
    background-color:PaleGoldenRod;
    font-family:Cursive;
    color:purple;
}

h3{
   font-size:25px;
   text-align: center;
   background-color:lightpink;
   color:purple;
}

img{
    height:150px;
    width:150px;
    border:2px dotted #c800ff;

}

#hover:hover{
transition: height 1s, width 1s;
    height:550px;
    width:550px;
    filter:invert(100%);
}

#makeupartist:hover .caption{
visibility:visible;
background-color:lightpink;
}

#nailtech:hover .caption{
visibility:visible;
background-color:lightpink;
}

#hairdresser:hover .caption{
visibility:visible;
background-color:lightpink;
}

#esthetician:hover .caption{
visibility:visible;
background-color:lightpink;
}

.gallery-item{
    border:2px solid purple;
    width:150px;
    margin:25px;
    padding:10px;
    
}

.caption{
    visibility:hidden;
}

a{
  display: flex;
  justify-content: center;
}

iframe{
    border:2px dotted purple;
    width:100%;
    height:250px;
    margin:25px;
    padding:10px;
}

.container{
    display:flex;
    justify-content: center;
}

p{
    font-size:20px;
       text-align: center;
}