a { color: #4127b6; }

* {
  cursor: url('https://cdn.cursors-4u.net/previews/minecraft-gold-sword-8ddd6893-32.webp') 32 32, auto !important;
}

::-webkit-scrollbar {
  width: 10px;
  background: #00000048;
}
::-webkit-scrollbar-thumb {
  background: #00000077;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background: #0000001e;
  border-radius: 0px;
}





html{
    font-family: ms ui gothic;
    position: relative;
}

html {
  background-image: url("bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
html {
    overflow: scroll;
    overflow-x: auto;
}

#container{
    position: absolute;
    height: auto;
    width: auto;
    text-align: center;
}

#main{
    background-color: #000000;
        border-radius: 6px;
    width: 500px;
    height: 800px;
    margin: auto;
    position: absolute;
    color: #fff;
}

#main b {
    color: #ffee58;
}

#main p {
    color: #fff;
}

#other{
    background-color: #193974;
        border-radius: 6px;
    width: 750px;
    height: 600px;
    margin: auto;
    position: absolute;
    left: 32em;
    color: #051531;
}

#all{
    background-color: #2f58a5;
        border-radius: 6px;
    width: 710px;
    height: 200px;
    margin: auto;
    color: #051531;
    overflow: auto;
    overflow-x: hidden;
}


#avery{
    background-color: #6aa378;
        border-radius: 6px;
    width: 320px;
    height: 290px;
    margin: auto;
    margin-top: 20px ;
    color: #07471d;
    position: absolute;
        left: 1em;
    overflow: auto;
    overflow-x: hidden;
}

#derek{
    background-color: #ac9365;
        border-radius: 6px;
    width: 320px;
    height: 290px;
    margin: auto;
    margin-top: 20px ;
    color: #701b10;
    position: absolute;
        left: 25.8em;
    overflow: auto;
    overflow-x: hidden;
}

#header{
    background-image: url(bg2.png) ;
      background-repeat: no-repeat;
      background-size: 500px;
      background-attachment: fixed;
      background-position: 1em;
      background-position-y: -12em;
      background-color: #000000;    
}

#header{
    border: #000000 2px solid;
    border-radius: 6px;
    width: 90%;
    height: 200px;
    color: #408cb8;
    margin: auto;
    margin-top: 10px;
}

#abt{
    background-color: #0f0f0f;
    border: #000000 2px solid;
    border-radius: 6px;
    width: 90%;
    height: 420px;
    color: #408cb8;
    margin: auto;
    margin-top: 10px;
    overflow: auto;
    overflow-x: hidden;
}