body{
/*      background-color: rgb(186, 184, 183); */
/*      background-color:  #555879; */
      background-color: #77BEF0;
}

#border{
    height: 2450px;
    width: 99%;
    border: 3px dotted gold;
    border-radius: 8px;
    box-shadow: 4px 4px 8px black;
    margin-top: 15px;
    background-color: rgb(15, 15, 15);
    text-align: center;
    padding-top: 300px;
    justify-content: space-around;
    color: rgb(21, 19, 15);
    font-size: 30px;
        color: rgb(250, 12, 12);
    box-shadow: 0px 0px 20px 2px red;

}

#happy{
    height: 50px;
    width: auto;
    position: sticky;
    top: 0px;
    font-size: 74px;
}
#birthday{
    height: 50px;
    width: auto;
    position: sticky;
    top: 100px;
    font-size: 74px;

}#bro{
    height: 50px;
    width: auto;
    position: sticky;
    top: 200px;
    font-size: 74px;
  color: pink;
}

#dates{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: sticky;
    top: 300px;
}
#one{
    height: 90px;
    width: 90px;
    border: 3px dotted purple;
    border-radius: 50%;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    background-color: rgb(183, 243, 243);
}




#img-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 400px;
  min-height: 300px;
  overflow: hidden;
}

/* Shared styles */
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transition: all 1s ease-out;
}

/* Specific directions */
.slide-in-left {
  transform: translateX(-100%);
  font-size: 100px;
}

.slide-in-right {
  transform: translateX(100%);
  height: 300px;
  width: 250px;
  border-radius: 5px;
}

/* Visible state triggers the animation */
.visible {
  opacity: 1;
}
