body{
    background-color: rgb(0, 0, 0);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
}

p{
    color: rgb(219, 219, 219);
}

h1{
    color: white;
}

#container{
    height: 600px;
    width: 720px;
    position: relative;
    display:block;
    margin-left: auto; 
    margin-right: auto;

}

 html{
    scrollbar-color:#fa9100 #000;
 }

 mark{
    background:#fa9100;
 }

 .home{
   border: #131313;
   border-width: 3px;
   border-style: solid;
 }
 
 .home:hover{
    width: 195px;
    height: 145px;
 }

 #maintext{
    border-top: solid; 
    border-left: solid;
    border-color: #fa9100;
 }
 
