@font-face {
    font-family: plushie;
    src: url(font/plushie.ttf);
}

@font-face {
    font-family: rainyhearts;
    src: url(font/rainyhearts.ttf);
}

body {
    background-image: url(pics/background2.gif);
    padding: 0;
    margin:0;
    cursor: url(pics/cutecursor.cur), auto;

}

.main {
    background-color: rgb(255, 254, 254);
    width: 700px;
    height: 550px;
    margin: 0 auto;
    font-family: rainyhearts;
    text-align: center;
    color: #d74372;
    padding: 20px;
    font-size: 18px;
    display: flex;
    
    
}

.sidebgright{
background-image: url(pics/weird.png);
background-repeat: repeat-y;
width: 200px;
height: 100%;
position: fixed;
top: 0;
right: 70px;
}

.sidebgleft{
background-image: url(pics/weird2.png);
background-repeat: repeat-y;
width: 200px;
height: 100%;
position: fixed;
top: 0;
left: 250px;
}

#statuscafe {

    width: 400px;
    height: 520px;
    background-color:#fde6ec ;
    border: 6px solid;
    border-image: url(pics/borders/cuteborder.png) 8 round;
    border-radius: 10px;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.image{
    margin-left: 10px;
 
    
}

.image img{
    width: 280px;
    height: 200px;
    border: 6px solid;
    border-image: url(pics/borders/cuteborder.png) 8 round;
    border-radius: 10px;
}

a{
    text-decoration: none;
    color: #a41643;
}

.chatbox {
    position: fixed;
    width: 280px;
    height: 300px;
    top: 235px;
    right: 275px;
    border: 6px solid;
    border-image: url(pics/borders/cuteborder.png) 8 round;
    border-radius: 10px;
    font-family: plushie;
    text-align: center;

}

#text {
    position: fixed;
    font-family: plushie;
    color: #a41643; 
    bottom: 10px;
    right: 300px;
}
