* {
    margin: 0;
}

html,
body,
button {
    font-family: "fragment-mono" !important;
}

#home {
    position: relative;
    float: left;
}

#home img::selection {
    background: none;
}

#home button {
    padding: 14px;
}

#home figure {
    position: relative;
    float: left;
    clear: none;
    margin: 7px 0px 0px 7px !important;
}

#home figcaption {
    position: relative;
    float: left;
    clear: both;
    color: #000000b9;
}

#home img {
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 1px;
}

p {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.container {
    margin-right: 0 !important
}

.page {
    display: none;
}

.page.active {
    display: block;
}