.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.iconset {
    padding: 1em;
}

div.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 8em;
    background-color: #FFFFFF;
}

div.clock {
    vertical-align: center;
    position: relative;
    top: -5px;
}

div.align-right {
    position: absolute;
    top: 2em;
    bottom: 2em;
    right: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

div.align-left {
    position: absolute;
    top: 2em;
    bottom: 2em;
    left: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-begin;
    align-items: center;
}

div.main {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

div.flexed {
    padding: 1vw;
    padding-left: 15vw;
    padding-right: 15vw;
}

h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 5vw;
    color: #FFFFFF;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    text-align: center;
    vertical-align: center;
    letter-spacing: 0px;
    word-spacing: -2px;
}

img.icon {
    width: 10em;
    height: 10em;
}
