body{
  color:#be778d;
  font-family: 'kurewa-regular', 'yuseimagic-regular';
}

@font-face{
font-family: 'yuseimagic-regular';
src: url(https://lucky-neko.neocities.org/blog/yuseimagic-regular.ttf);
}
@font-face{
font-family: 'kurewa-regular';
src: url(https://lucky-neko.neocities.org/blog/kurewa-regular.ttf);
}
::selection {
  background:pink;
color:#e000c3;
}

a{
  color:#be778d;
  letter-spacing:1px;
}
a:hover{
  color:#f524a9;
}

hr{
  color:#be778d;
  border-top:1px solid #be778d;
  border-left:none;
  border-right:none;
  border-bottom:none;
  width:70%;
}

h1{
  text-transform:uppercase;
  background: linear-gradient(0deg, rgba(190,119,141,1) 0%, 
rgba(190,119,141,1) 5%, rgba(235,183,194,0) 5%, rgba(249,162,243,0) 100%);
  font-size:1.2em;
  padding:1px;
  padding-left:12px;
  font-weight: bold;
  letter-spacing:2px;
  text-align:left;
}

h2{
  text-transform:uppercase;
background: linear-gradient(90deg, rgba(249,162,243,0) 0%, rgba(235,183,194,1) 25%, rgba(235,183,194,1) 75%, rgba(249,162,243,0) 100%);
  font-size:1em;
  padding:1px;
  color:white;
  letter-spacing:2px;
  text-align:center !important;
}

span{
  font-weight:bold;
}

p{
  text-align:left;
  margin:15px;
}