body {
    padding: 50px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

#cvss-vector {
    font-family: monospace;
}

#cvss-form {
    text-align: center;
}

h1.title {
    text-align: center;
}

.code {
    font-family: monospace;
}

.cvss-metric-section h1 {
    text-decoration: underline;
}

.cvss-metric-value {
    padding-left: 2rem;
}

div.home {
    text-align: center;
}

a.goto-explain-btn {
    border: none;
    border-radius: 0.5rem;
    background-color: #00B7FF;
    color: white;
    display: inline-block;
    margin: 1rem;
    padding: 1rem;
}