body{
  background-color: rgb(253, 238, 242);
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40%;
    margin-right: 5%;
  }
  
  nav{
    background-color: rgb(250, 241, 246);
    overflow: auto;
    display: flex;
    border-radius: 30px;
    height: 80px;
    
  }
  nav li{
    float: left;
    list-style: none;
    margin: 13px 15px;
  }
  li a{
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 20px;


   
    
  }
  li a:hover {
    background-color: mediumvioletred;
    color: turquoise;
  }
  li.active a {
    border-radius: 80%;
    background-color: none;
    
  }
  /* div #logo{
    font-family: Cursive;
    font-size: 15px;
    color: rgb(73, 20, 66);
  } */


  #header-image-menu #text{
    position: absolute;
    top: 100px;
    left: 45%;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: blueviolet;
  }

  @media only screen and (max-width: 600px) {
    .mynav .reponsive {position: relative;}
    .mynav .reponsive li{
        position: absolute;
        right: 0;
        top: 0;
    }
    .maynav .responsive li a {
        float: none;
        display: block;
        text-align: left;
    }
  }


  #countlabel{
    display: block;
    text-align: center;
    font-size: 10em;
    font-family: Helvetica;
  }

  #btnContainer{
    text-align: center;
  }

  .buttons{
    padding: 10px 20px;
    font-size: 1.5em;
    color: white;
    background-color: rgb(156, 107, 132);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.25s;
  }

  .buttons:hover{
    background-color: violet;
  }

  /* img{
    display: inline;
    margin: 10px;
    margin-top: 80px;
  } */

  .image{
    display: inline;
    width: 400px;
    height: 500px;
    margin: 20px;
    margin-right: 70px;
    border-radius: 6%;
    
  }
  div h1{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(250, 215, 215);
    width: 100%;
    height: 100px;
    margin-top: 20px;
  }
  .column {
    float: left;

  }
  .left{
    width: 25%;
  }

  .right{
    width: 75%;
  }

  .row:after{
    content: "";
    display: table;
    clear: both;
  }
  .div #text{
    text-align: center;
    align-items: center;
    text-size-adjust: 500px;
  }
  div #logo text{
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 60px;

  }

 
  .container3{
    position: relative;
    color: rgb(209, 101, 168);
  }
  .pinkimg{
    width: 100%;
    height: 400px;
  }
  .container3 p{
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 35px;


  }
  .buttonemail {
    position: absolute;
    top: 80%;
    left: 50%;
    font: bold 16px Arial;
    text-decoration: none;
    background-color: #b882ac;
    color: #f1e6e6;
    padding: 5px 12px 5px 13px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-radius: 20%;
   }
  
 
  .container{
    border-radius: 20px;
    margin-top: 50px;
    position: absolute;
    width: 100%;
    background-color: rgba(250, 233, 242, 0.493);
    
  }
  #img1{
    float: right;
    display: flex;
    width: 30%;
    height: 600px;
    justify-content: end;
    border-radius: 3000px;
   
    
  }
  .p{
    font-size: 30px;
    position: relative;
    color: rgb(71, 60, 60);
    align-items: end;
    margin-left: 20px;
    margin-top: 100px;
    line-height: 60px;
  }
  /* .container2{
   
    padding: 2rem;

  }

  .slider-wrapper{
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
  }
  .slider{
    display: flex;
    aspect-ratio: 3/4.2;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 15rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
  }
  .slider img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
  }
  .slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

  }
  .slider-nav a{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
  }
  .slider-nav a:hover{
    opacity: 1;
  } */

  .imageHome{
    height: 500px;
    width: 400px;
    margin: 10px;
    padding: 10px;
    margin-left: 32px;
    border-radius: 10%;
    margin-top: 100px;
  }

  button{
    background: none;
    border: none;
    font-family: Cursive;
    font-size: 15px;
    color: rgb(95, 19, 85);
  
  }
  button a:link{
    text-decoration: none;
  }