.button1{
    
    margin:  auto;

width:50px;
}

.button2{
    
    margin:  auto;

    width:50px;
}

.button3{
    
    margin:  auto;

    width:50px;
}

.button4{
    
    width:50px;
    margin:  auto;

}

.header{
    height:100px;
    margin:auto;
    width: 1200px;
    margin-top: 50px;
    
    text-align: center;
    display: flex;
}



.title{
    width:300px;
    height:100px;
    margin: auto;
}

.top{
    font-size: 40px;
    font-family: "Special Elite";
    top:0px;
    left:0px;
    background-color: rgba(120, 2, 255, 0.39);
    margin-bottom: auto;
    height:40px
}

p, h1, h2 ,h3
{
    color: rgb(0, 0, 0);
}

html{
   

    background-size: 2000px;
    background-color: black;
    background-image: url("Tcui.gif");
}


body{
    font-family: "Special Elite";
}

.content{
  
    padding-top: 10px;
   margin-top: 30px;
    background-image: url(placeholder_content_bg.png);
    margin-left: auto;
    margin-right: auto;
    height:300px;
    width:800px;
    text-align: center;
}
  
.contenttitle{
    padding-left: 150px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

h1{
    padding:0px;
    margin:0px;
}

.content1{


    
 padding-bottom:30px;
    ::-webkit-scrollbar
display: none;
-ms-overflow-style: none;
scrollbar-width: none;

    padding-right: 30px;
    padding-left:150px;
    overflow-y: scroll;
    height:230px
    
}



 

.contentimage{
    margin: auto;
    max-width: 100%;
    height:auto;
}

#eyeball1{
    width:30%;
    opacity: 0.5;
}



