@font-face {
    font-family: UbuntuB;
    src: url("../fonts/UbuntuMono-B.ttf");
}
@font-face {
    font-family: UbuntuR;
    src: url("../fonts/UbuntuMono-R.ttf");
}
body {
    text-align: center;
    color: "#2E3436";
}
canvas {
    font-family: UbuntuB;
    margin-top: 50px;
    margin-bottom: 40px;
}
footer {
    font-family: UbuntuR;
    font-style: normal;
    color: #2E3436;
    margin-top: 25px;
}
address a {
    color: #2E3436;
    text-decoration: none;
}
address a:hover {
    color: #2E3436;
    text-decoration: underline;
}
#inSupport {
    height: 100px;
}
#inSupport a {
    margin: 5px;
}
#inSupport a img {
    vertical-align: middle;
}
