.container {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
}

.block {
    flex: 1;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #e0dccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.noborder {
    box-shadow: none;
    border: none;
}

.handwriting {
    font-family: 'Allura', cursive;;
    font-size: 1.4em;
    line-height: 1.2;
}

.typewriter {
    font-family: 'Special Elite';
    font-size: 0.9em;
}

.small {
    flex: 0.5; /* makes this block take less space */
}


.fullwidth {
  width: 100%;
  height: auto;
  display: block;
}

.halfwidth {
  width: 48%;
  height: auto;
  display: block;
}
