@font-face {
    font-family: 'Roboto Mono';
    src: url(/ErrorPages/RobotoMono-Regular.ttf);
}

.heading {
    display: block;
    /* font-weight: 800; */
    font-size: 18px;
    font-family: 'Roboto Mono';
}

* {
    transition: all 0.6s;
}

html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000;
    margin: 0;
}

#main {
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.fof {
    display: table-cell;
    vertical-align: middle;
}
