/* Styling for whole site */
body {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    padding: 50px;
    background-color: #000;
    color: #fff;
}

/* Information about activity */
.header {
    padding-top: 15px;
    padding-bottom: 15px;
    
    /* Side highlight */
    padding-left: 20px;
    box-shadow: -10px 0px 0px #ffcc00;
}

/* Title of activity */
.title {
    font-size: 50px;
    font-weight: 600;
}

/* Subtitle of activity */
.subtitle {
    font-size: 20px;
    font-weight: 600;
}

/* Date */
.date {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Controls */
.control * {
    color: #ffcc00;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: auto;
}

.control table {
    border-spacing: 10px
}

/* Author */
.author {
    font-size: 10px;
}

/* Clickable item */
.clickable {
    cursor: pointer;
}

/* Button */
.button {
    background-color: #ffcc00;
    color: #000;
    padding: 4px;
}

canvas {
    margin: auto;
    display: block;
}
