html{
    background-color: gray;
}
h1{
    text-align: center;
    font-size: 50;
    background-color: white;
}
h2{
    text-align: center;
    font-size: 40;
    background-color: white;
}
td{
    font-size: 30;
    text-align: center;
}
h3{
    text-align: center;
    color: black;
    background-color: white;
}
p{
    font-size: 30;
    text-align: left;
    color: black;
}
.ImageName{
    color: black;
    margin-left: auto;
    margin-right: auto;
    width: 50%; 
}
.AliPic{
    width: 400;
    height: 400;

}
.TableContent{
    font-size: 40;
}
.books{
  width: 300px;
  height: 375px;
}
.Games{
width: 300px;
  height: 375px;
}
.Survey{
    text-align: left;
    font-size: 30;
}
.SurveyName{
    background-color: gray;
    color: white;
    font-size: 40;
}
.SurveyHTML{
    width: 400px;
    height: 400px;
}