sophuwu.site > manhttpd   
              71
            
             * {
    color: #c7c7c7;
}
i, em {
    color: #7f7f7f;
}
dt, b, strong {
    color: #f0f0f0;
}
hr {
    color: #363636;
    margin-top: 10px;
}
.flexy {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
body, html {
    background-color: #1f1e23;
    color: #c7c7c7;
}
h1, h2, h3, h4, h5, h6 {
    color: #8d53a6;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
.section {
    padding: 2px 10px;
}
p, dt {
    margin: 2px 10px;
}
a {
    color: #ff7597;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input, textarea {
    background-color: #343434;
    border: 1px solid #c7c7c7;
    padding: 4px;
    border-radius: 5px;
}

input[type="text"], textarea {
    height: inherit;
    width: 300px;
    margin: 2px 10px;
}

input[type="checkbox"] {
    width: fit-content;
    height: fit-content;
}

input[type="submit"] {
    background-color: #343434;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}