* {
    margin:0;
    padding:0;
    box-sizing: border-box;
  }
  
  html{
    Scroll-behavior: smooth;
    width:100%;
    overflow-x:hidden;
  
  }
  h1{
    text-align: center;
        margin-top: 50px;
        font-size: 60px;
        color: #c47aac;
        font-family: Georgia, 'Times New Roman', Times, serif;
        letter-spacing: 2px;
        word-spacing: 14px;
        text-shadow: 2px 2px 10px #d730ab;
}
  
          
a {
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    rotate: 0deg;
    display: inline-block;
    font-size: 25px;
    opacity: 0.5;
}

a:link{
   transition: opacity 0.5s;
}

a:hover {
    color: #403f41;
    opacity: 1;
}
  
  header{
    background-color: #ffcdfd;
   
    padding: 20px;
    word-spacing: 2px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  body{ 
    background-color: #80797f;
    text-align: center;
  }
   footer{
    background-color:#e08ab8 ;
    padding:20px;
  }
  