#name {
    font-size: 9vmin;
    font-family: abolition, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.subtitle {
    font-size: 3vmin;
    font-family: source-sans-pro, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.cp {
    font-size: 3.5vmin;
    font-family: source-sans-pro, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.cpl {
    margin-top: 10px;
    max-height: 8vmin;
}

.btn {
    font-size: 2.5vmin;
    font-family: source-sans-pro, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

#parent {
    display: flex;
    min-height: 100%;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, #174f3a 35%, #216e51 100%);
}

#child {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}