body {
    background-color:  #111111;
    height: 750px;
    
}

#topgrid{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color:  #111111;
    width: 90%;
    margin-left: 5%;

}
.clickable:hover{
    background-color: rgb(199, 53, 53);
}


.center {
    margin-top: 20px;
    padding: 5px;
    background-color:  #bd9b9b;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    border-radius: 3px;
  }
#gridA {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color:  #111111;
    width: 70%;
    margin-left: 15%;
   
    /*padding: 10px;*/
}

.menuItem{
    background-color:#bd9b9b;
    margin: 3px;
    border-radius: 3px;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;

}
.menuItemNo{
    background-color:#222121;
    margin: 3px;
    border-radius: 3px;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;

}
.cell {
    height: 30px;
    background-color: #111111;
    border: 1px solid rgb(151, 106, 106);
}

#me {
    width: 70%;
    margin-left: 15%;
}

#shape{
    margin-top: 5px;
    padding: 5px;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

#introE{ 
   /* display: block;*/
    margin-top: 50px;
    margin-bottom: 50px;
        font-family: 'Trebuchet MS', sans-serif;
        padding-left: 30%;
        padding-right: 30%;
        padding-top: 15px;
        color: rgb(90, 114, 110);
     /*   width: 100%;
        justify-content: center;*/
    
    /*font-family: 'Brush Script MT', cursive;*/
    font-size: 15px;
    text-align: justify;
}
marquee{
    font-family: 'Trebuchet MS', sans-serif;
    width: 100%;
    margin-top: 30px;
    color: white;
    font-size: large;
}
#introS{ 
   /* display: block;*/
    margin-top: 50px;
    margin-bottom: 50px;
        font-family: 'Trebuchet MS', sans-serif;
        padding-left: 30%;
        padding-right: 30%;
        padding-top: 15px;
        color: rgb(90, 114, 110);
     /*   width: 100%;
        justify-content: center;*/
    
    /*font-family: 'Brush Script MT', cursive;*/
    font-size: 15px;
    text-align: justify;
}
#welcome {
        margin-top: 15px;
        margin-bottom: 50px;
        display: inline-flex;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 40px;
        /*font-family: 'Courier New', monospace;*/
        color: #bd9b9b;
        width: 100%;
        justify-content: center;
}
a{padding-left: 10px;
    text-align: center;}
  a:link{
      color:black;
  }
  a:visited{
      color: black;
  }
  a:hover{
      color:#bd9b9b;
}