@font-face {
    font-family: "Departure Mono";
    src: url("./DepartureMono-Regular.woff");
}

body {
    background-image: url("./background.gif");
    background-repeat: repeat;
    font-family: "Departure Mono";
    color: #E1CCFF;
}

h1 {
    text-align: center;
}

table {
    table-layout: fixed;
    width: 75%;
    margin: 40px auto auto auto;
    border-spacing: 20px;
}

tr, td {
    border-color: #E1CCFF;
    border-style: solid;
    border-radius: 30px;
    border-width: 10px;
    padding: 30px;
}

#home {
    width: 700px;
}

#badges {
    width: 150px;

}

td {
    height: 250px;
    background-color: rgba(07, 00, 15, 0.75);
    vertical-align: top;
}
