
.input-field {
    border: none;
    padding: 5px;
    min-height: 5em;
    overflow: auto;
    background-color: #fff;
    width: 90%;
    box-shadow: 5px 5px 20px #333;
}

.output-field a {
    color: #006699;
}

.input-column {
    width: 50%;
}

.output-column {
    width: 50%;
}

.output-field {
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px #333;
}

.readme-container {
    width: 100%;
    display: flex;
}

.explanation {
    justify-content: center;
    display: flex;
}

.repo-button {
    justify-content: center;
    display: flex;
    margin-left: 10px;
}

.repo-parser {
    width: 50%;
    margin: 10px;
    margin-left: 25%;
    justify-content: center;
    display: flex;
}

.more-features {
    justify-content: center;
    display: flex;
    font-style: italic;
}
.more-features a {
    color: #006699;
}