* {
    padding: 0;
    margin: 0;
}

body {
    background: #eee;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

.center-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 3em;

    display: flex;
    justify-content: center;
    align-items: center;
}

.title-java {
    font-weight: bold;
}

.subtitle {
    font-family: monospace;
    font-size: 0.3em;
    color: #333;
}

.keyword {
  color: #133880;
  font-weight: bold;
}

.todo {
    font-style: italic;
}

.todo .keyword {
  font-weight: bold;
  font-style: normal;
  color: #ad461b;
}
