@font-face {
    font-family: plushie;
    src: url(font/plushie.ttf);
}


body {
    background-image: url(pics/bg.jpeg);
    height: 100dvh;
    padding: 0;
    margin:0;
    cursor: url(pics/cutecursor.cur), auto;

}

.main {
    background-color: rgb(255, 246, 248);
    width: 800px;
    height: auto;
    margin: 0 auto;
    font-family: plushie;
    text-align: center;
    color: #d74372;
    padding: 20px;
    font-size: 18px;
    
    
}

a {
    color: #ff6f9c;

}

.line {
    border: none;
    border-radius: 2px;
    height: 0.5px;
    background-color: #d74372;
}

ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

li::before {
  content: "✦ ";
  color: rgb(212, 135, 147);
}


.sidebgright{
background-image: url(pics/weird.png);
background-repeat: repeat-y;
width: 200px;
height: 100%;
position: fixed;
top: 0;
right: 20px;
}

.sidebgleft{
background-image: url(pics/weird2.png);
background-repeat: repeat-y;
width: 200px;
height: 100%;
position: fixed;
top: 0;
left: 200px;
}
