* {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    text-decoration: none;
    color: white;
}

h1 {
    font-size: 30pt;
    line-height: 45pt;
}

p {
    font-size: 17px;
    line-height: 22px;
}

content {
    display: block;
    padding-bottom: 50px;
}

content.nopadding {
    padding-bottom: 0;
}

.tile-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tile-wrapper a.tile {
    display: flex;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    height: 20%;
    background: #1abc9c;
    border: 1px solid white;
    box-sizing: border-box;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
}

.tile-wrapper .tile-text {
    text-align: center;
    font-size: 1rem;
    padding: 10px;
}

.tile-wrapper .tile-text span {
    display: block;
    color: white;
    word-break: break-word;
}
