body {
    background-color: rgb(84, 84, 84);
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 42, 255);
}


h1 {
    font-family: cursive;
    font-size: medium;
    color: rgb(45, 43, 43);
    text-align: center;
}

p {
    font-family: 'Times New Roman';
    font-size: small;
    color: rgb(0, 0, 0);
}
h2 {
    font-family: cursive;
    font-size: medium;
    color: #000000;
    text-align: center;
}

img {
    width: 200px;
    height: 200px;
    border: 6px solid darkblue;
    border-radius: 12px;
}

table{
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ea8883;
}
thead{
    background-color: #808080;
    text-align: center;
    font-family: cursive;
}
 
#tr1{
    color: aliceblue;
}

tbody {
    background-color: rgb(78, 160, 226);
}
tr {
    color: aliceblue;
}

ul {
    height: 14px;
    color: rgb(255, 255, 255);
}
footer {
    background-color: rgba(253, 255, 114, 0.612);
    height: 100px;
    width: 100px;
    margin: 0%;
    padding: 0%;
    text-align: center;
    border-bottom: 2px solid black;
}

#a1 {
    font-family: cursive;
    font-size: 20px;
}

#img2 {
    width: 64px;
    height: 64px;
}