
body { background-image:url(https://homestuck.com/images/hspanels/actSixA5/05899_2.gif);
       background-repeat: no-repeat;
       background-size: cover;
       cursor:url(https://www.nicepng.com/png/full/373-3732776_com-wp-info-fanx-1080-1920-admin-https.png), auto;
       color:aqua;
       
       
}
/*This shows the element, and group selectors*/
h3 h4 h5 h6 { color:#008080;
              font-family:Arial, Helvetica, sans-serif; 
              text-align:center;
              font-weight:bold;
}

/*This shows the css class selectors*/
.indeximage {
             width:50%;
             height:auto;
             

}
.Topborder { border-style:solid;
             border-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTPmrzGCefkZhVc6Lv8tAXjH9E7hJs5S1DFVw&s) 20 round;
             border-width:8px;
             border-radius: 16px;
             margin:auto;
             height:100%;
             width:800px;
             background-color:rgb(0, 0, 0);
             color:aqua;
             text-align:center;




}
.divhit { display:flex;
           gap:0px;
           justify-content:center;  
           align-items:flex-start;

}
.standing { border-style:solid;
             border-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTPmrzGCefkZhVc6Lv8tAXjH9E7hJs5S1DFVw&s) 20 round;
             border-width:8px;
             border-radius: 16px; 
             margin:auto;
             height:530px; /*changes position, and stuff*/
             width:450px;
             background-color:black;
             color:aqua;
             font-family:Arial, Helvetica, sans-serif; /*This changes the font family to something else*/
             text-align:center;



}
.standing2 { border-style:solid;
             border-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTPmrzGCefkZhVc6Lv8tAXjH9E7hJs5S1DFVw&s) 20 round;
             border-width:8px;
             border-radius: 16px; 
             margin:auto;
             height:530px; 
             width:450px;
             background-color:black;
             color:aqua;
             font-family:Arial, Helvetica, sans-serif; 
             text-align:center;
             overflow-y:scroll;
             



}
.standing3 { border-style:solid;
             border-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTPmrzGCefkZhVc6Lv8tAXjH9E7hJs5S1DFVw&s) 20 round;
             border-width:8px;
             border-radius: 16px; 
             margin:auto;
             background-color:black;
             color:aqua;
             font-family:Arial, Helvetica, sans-serif; 
             text-align:center;
             



}
.thesun { position:absolute;
           left: 50%;
           top: 50%;
           transform: translate(-50%, -50%);
      
}
.row { display:flex;
       margin:auto;
}



