html, body {height: 100%}
@font-face {
    font-family: SpaceMono-Regular;
    src: url("fonts/SpaceMono-Regular.ttf");
}

div {
    height: 10em;
}

.small{
    height: 0.5em;
}
html {
    color: #222;

    font-family:  SpaceMono-Regular;
    line-height: 1.4;
    display: table;
    margin: auto;
}

h1 {


    color: mediumpurple;
    font-size: 10em;
}

.galleryTitle{
    font-size: 5em;
}

body {
    font-size: 1em;

    display: table-cell;

    background: white;
    text-align: center;
}

a{
    border: none;
    color: black;
    font-weight: normal;


    display: inline;
    text-decoration: none;
    background: white;
    font-size: 1.5em;

    vertical-align: bottom;
    text-align: left;
}

a:hover{
    color: mediumpurple;


    transition-duration: 1s;
}

::selection {
    background: mediumpurple;
    text-shadow: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}