


body {
  background-color: #e8bdc7;
  color: #bb1248;
  font-family:'Arial';
}

h1{
       font-family:'Twinkle Star', cursive;
       color:white;
       font-size:65px;
       }
       
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ED80A5;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #80baed;
  background-color: transparent;
  text-decoration: underline;
}

 a:hover {
          cursor: url('https://cur.cursors-4u.net/anime/ani-2/ani283.cur'), auto;
          }
      * {
         cursor: url('https://cur.cursors-4u.net/anime/ani-2/ani283.cur'), auto;
         }
         
.header{
  text-align:center;
  }         

.trans-bg {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

p{
  background-color:white;
  opacity:0.5;
  padding:20px;
  font-size:20px;
  }
ul{
  background-color:white;
  opacity:0.5;
  padding:25px;
  font-size:15px;
  } 




