* {
    box-sizing: border-box;
}
body {
    font-family: tahoma,Arial;
}
.repo-container {
    width: 800px;
    background-color: #f6f6f6;
    margin: auto;
}
.repo-container .get-repos{
    padding: 20px;
    display: flex;
    background-color: #EEE;
}
.repo-container .get-repos input {
    width: 100%;
    padding: 15px 20px;
    border: none;
    font-size: 20px;
    height: 54px;

}
.repo-container .get-repos input:focus {
    outline: 2px solid #f44336;

}
.repo-container .get-repos .get-btn {
    background-color: #f44336;
    width: 140px;
    margin-left: 10px;
    height: 54px;
    color: #FFF;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.repo-container .show-data {
    padding: 20px;
    background-color: #E0E0E0;

}