body
{
    background: rgb(0, 0, 0);
}

.p1 {
  font-family: "Times New Roman", Times, serif;
  color: white;
}

.p2 {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.p3 {
  font-family: "Lucida Console", "Courier New", monospace;
  color: white;
}
body
{
    background: rgb(11, 0, 26);
    color: aliceblue;
    text-align: center;
    justify-content: center;
    align-items: center;
}
table
{
    border-radius: 30px;
    overflow: hidden;
    border: 3px solid rgb(212, 0, 255);
}
td, th
{
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    border: 3px solid rgb(212, 0, 255);
    transition: 0.5s;
    text-align: center;
}
td:hover
{
    padding: 10px;
    background: rgb(212, 0, 255);
    font-size: 20px;
    transform: scale(1.1);
    border: 3px solid white;
}
img
{
    border-radius: 10px;
}
a
{
    color: rgb(0, 204, 255);
    transition: 0.5s;
    text-decoration: none;
}
a:hover
{
    color: rgb(18, 0, 53);
}
div:hover a:hover
{
    color: azure;
    font-size: 20px;
}
input
{
    border: 3px solid rgb(212, 0, 255);
    border-radius: 10px;
    transition: 0.5s;
    width: 40px;
}
input:hover
{
    width: 100px;
}
