@font-face {
    font-family: Tony;
    src: url(fonts/TonyRocks.ttf);
}
@font-face {
    font-family: Homer;
    src: url(fonts/Homer.ttf);
}
@font-face{
    font-family: Balls;
    src: url(fonts/TonyHand.ttf);

}
body {
    font-family: "Comic Sans MS";
    font-size: .7em;
    background-image: url(images/bg-v2.png);
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
h1{

    font-family:"Tony";
    background-color: rgba(240, 255, 255, 0.712);
    font-weight: bold;
    padding:5px;
    text-align:center;
}
p{
    font-style:italic;
    font-family:"Homer";
    font-weight: bold;
}
h2{
    font-family: "Balls";
    text-align:center;
}
#everything{
    width:1500px;
    margin:auto;
    padding:15px;
    background-color: rgba(255, 248, 220, 0.592);
    
}
.everything{
    width:1500px;
    margin:auto;
    padding:15px;
    background-color: rgba(255, 248, 220, 0.592);
}
