* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana;
    background: #3b3a3d;
}
a {
    text-decoration: none;
}
h2 {
    color: #0bbbf1;
    margin: 10px;
}
.wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.user a {
    color: #0bf1e6;
}
.user .active,
.terminal.active,
.file.active,
.job.active {
    transition: ease-in-out .1s;
    background: #3ec2ffc5;
    color: #fff;
}
.wrap ul {
    padding: 0px;
    text-align: center;
}
.wrap li {
    list-style: none;
    padding: 5px 0;
    color: #0bf1e6;
}
form {
    margin-top: 20px;
}
.form-wrap {
    display: flex;
    justify-content: center;
}
.chose-terminal,
.chose-file,
.chose-job {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}
.chose-terminal .terminal-wrap,
.chose-file .file-wrap,
.chose-job .job-wrap {
    color: #0b9df1;
    padding: 5px 0;
}
.btn {
    margin: 20px 50%;
    transform: translateX(50%);
}
.btn-submit {
    font-size: 16px;
    font-weight: 700;
    outline: none;
    padding: 10px 30px;
    color: #0b9df1;
    background: #3b3a3d;
    border: 3px solid #0b9df1;
    border-radius: 5px;
}
.btn input {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
}
