@font-face {font-family: Glassure;
src: url(Glassure.otf);}
@font-face {font-family: Gallient;
src: url(Gallient.ttf);}
body {
  background-color: #ffc1e6;
  color: black;
  margin: 0px;
}
h1{font-family: Glassure; font-size: 60px}
h2{font-family: Glassure; font-size: 40px}
h3{font-family: Glassure; font-size: 30px}
p {font-family: Gallient; font-size: 20px}
li {font-family: Gallient; font-size: 20px}
a {color: #2c1c96; text-decoration: none;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;}
a:hover {color:black;}
ul {
  list-style-type: none;
}
li:before { content: '★'; margin-left: -20px; margin-right: 10px;} 
.flower{position: fixed; left: 0px; bottom: -10px;}
.pearls{position: fixed; right: 0px; top: 0px;}