body { 

font-family: Comic Sans MS; 
background-image: url("https://cdn.discordapp.com/attachments/901975627387768835/972915722873339986/HomestarBG.png")

}

/* color stuff white */
th {background-color: rgba(255,255,255,0.2);}
td {background-color: rgba(255,255,255,0.2);}
#right{background-color: rgba(1,1,1,0.25);}
h1 {color: white;}
div {color: white;}
a{color: blue;}

/* changing the site title ever so slightly (stolen from hanabi) */

.headerTop {
background-color: #FF0100
}

.headerBottom {
background-color: #000099
}

.contactInfoTop {
background-color: #FF0100
}

.info {
background-color: white
}

#siteTitle {
font-size: 0px;
background-size: 145px;
}

#siteTitle:after {
font-size: 16px;
content: "homestarrunner.com";
background-color: #FF4F4F;
text-align:center;
}