h2{
    color:red
}
h1{
    color:red
}
.text{
    margin:10px auto;
    max-width:25em;
    color:red;
    font-size: 25px;
}

.xob{
    margin:0 auto;
    max-width:50em;
    background-image:url(https://l0st-and-c0nfus3d.neocities.org/Backgrounds/RSS_bg2.gif);
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    border: 10px solid blue;
    width:100%;
    height:700px
    }

.text{
    text-align: left;
    font-family: Silly-Regular;
    margin-bottom:1rem
}
@font-face{
  font-family: Silly-Regular;
  src: url(/Silly-Regular.ttf)
}


.space {
  margin: 100px 
}
* {
  cursor: url('https://l0st-and-c0nfus3d.neocities.org/cursor_normal.png'),auto;
}