body
{
    background-color: black;
    color: darkgreen;
    font-family: "Comic Sans MS", "Comic Sans", cursive;

}
table
{
    text-align: center ;
    margin: auto;
    margin-top: 10vh;
    font-size: 30pt;
}
img
{
    width: 400px;
    height: 400px;
}

div
{
    background-color: #1e1e1e;
    border: 5px solid yellow;
    text-align: center;
}

div>div
{
    size: 100%;
    border: 5px dashed red;

}

div h2
{
    font-size: 30pt;
}
div p
{
    font-size: 22pt;
}