body {
    font-family: 'Titillium Web', sans-serif;
}

.header {
    padding-top: 5px;
    border-bottom: 2px solid black;
}

.content {
    padding-top: 20px;
}

button {
    width: 80%;
}

.button-holder {
    padding-bottom: 10px;
    text-align: center;
}