body{
    background-color: rgb(92, 0, 92);
}
h1{
    color: white;
    text-align: center;
    font-family: cursive;
    font-size: 50px;
}
td{
    color: white;
    font-family: cursive;
}
table{
    border-color: black;
}
td{
    background-color: rgb(70, 0, 70);
}
#Clever{
    border-radius: 50px;
}
#Clever2{
    background-color: rgb(72, 72, 252);
}
table{
    margin-left: auto;
    margin-right: auto;
  }