#title {
    font-size: 75pt;
    margin: 0px;
}
  
#tag {
    font-weight: 300;
    font-size: 15pt;
    margin: 0px;
    color: grey;
}

#funny {
    font-size: 25pt;
}

h3 {
    font-size: 20pt;
}

body {
    margin: 50pt 25% 5%;
    font-family: "Roboto Condensed";
    font-size: 14pt;
    background-color: white;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(236, 236, 236);
    color: rgb(0, 153, 255);
    text-align: center;
}

a {
    color: rgb(0, 118, 197);
}