body {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #011627;
    font-family: "Cascadia Mono", sans-serif;
    font-weight: 400
}

.container {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100vh
}

#terminal {
    border: 2px solid #7508db;
    border-radius: 10px;
    height: 410px;
    width: 735px;
    box-shadow: 0 0 10px 7px rgba(255, 255, 255, .1);
    padding: 1rem;
    border: .5rem solid #011627;
    border-top: 2.4rem solid #011627;
    background: #011627;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    flex-direction: column
}

.controls {
    position: absolute;
    height: 35px;
    width: auto;
    background: 0 0;
    margin-top: -53px;
    margin-left: -15px;
    text-align: left
}

.controls ul {
    display: inline-flex;
    text-align: center;
    letter-spacing: .55em;
    margin-top: 5px;
    margin-left: -40px
}

.controls ul li {
    list-style: none;
    padding: 0;
    cursor: pointer
}

::-webkit-scrollbar {
    display: none
}

.message {
    color: #db7638;
    font-size: 15px;
    font-weight: 200;
    margin-left: 10px;
    text-align: left;
    padding: 2px;
    letter-spacing: .15em;
    line-height: 1.3em;
    margin-top: -20px;
    display: block;
    margin-bottom: -15px
}

.title {
    color: #fec303;
    margin-top: 0
}

#command-input {
    margin-top: 0;
    overflow: hidden;
    flex: 1 1;
    background: #011627;
    border: none;
    outline: 0;
    color: #149bda;
    width: auto;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .15em
}

#command-input:focus {
    caret-color: #f5084f
}

.shell {
    color: #db7638;
    font-size: 15px;
    font-weight: 200;
    margin-left: 0;
    text-align: left;
    padding: 2px;
    letter-spacing: .15em;
    line-height: 1.1rem;
    margin-top: -5px;
    margin-bottom: 5px
}

.dynamic-content {
    color: #fce26e;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: .15em;
    margin-left: 10px
}

#exception {
    margin-left: 10px;
    line-height: 1.2rem;
    margin-top: -10px;
    margin-bottom: -10px
}

#exception p {
    font-weight: 300;
    letter-spacing: .2rem;
    display: block;
    padding: .01rem
}

#help {
    margin-top: -15px;
    display: inline-grid
}

#help p {
    text-align: left;
    float: left;
    margin-left: 10px;
    line-height: 1.5em
}

#help ul {
    margin-top: -2px;
    margin-left: 5px;
    margin-bottom: -3px;
    text-align: left;
    float: left;
    display: inline;
    overflow: hidden;
    color: #64f105
}

#help ul li {
    list-style: none
}

.new-generated {
    margin-left: 0
}

.intro {
    color: #fce283;
    display: inline-flex;
    margin-top: -25px;
    margin-left: 10px;
    line-height: 1.3rem
}

.contact, .skills {
    display: inline-block;
    margin-top: -15px;
    margin-left: 10px;
    text-align: left;
    margin-bottom: -5px
}

.contact ul, .skills ul {
    margin-top: -5px;
    margin-left: -20px
}

.contact ul li, .skills ul li {
    list-style: none
}

.contact a {
    text-decoration: none;
    color: #0ff
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 53%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.maximize-terminal {
    float: left;
    overflow: hidden;
    color: #f56201;
    text-align: left;
    margin-top: -50px;
    margin-left: 30px;
    cursor: pointer
}

.maximize-terminal p:hover {
    color: #fa9b0d
}

.footer {
    color: #fec303;
    text-align: center;
    float: right;
    margin-top: -50px;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: .1em;
    margin-right: 25px
}

.footer-on-exit {
    font-size: 15px;
    text-align: center;
    left: 30%;
    right: 30%
}

.flip {
    display: none
}

.visitor {
    margin-bottom: -15px
}

.problem {
    text-align: left;
    padding: 0 30px 0 30px
}

.problem h3 {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #f56201
}

.problem p {
    font-weight: 100;
    font-size: 12px;
    color: #fec303;
    color: #0ff;
    margin-bottom: 5px
}

.problem p span {
    font-style: italic;
    color: #f5084f
}

.problem div {
    border: 1px solid #7508db;
    border-radius: 7px;
    padding: 15px 25px 15px 25px
}

.problem div code {
    font-weight: 100;
    font-size: 11px;
    color: #fce283;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #f5084f
}

.problem code span {
    margin: 5%
}

.uuid {
    color: #fce26e
}

.arrow {
    color: #64f105
}

.arrow-success {
    color: #64f105
}

.arrow-error {
    color: #f5084f
}

.credit {
    font-weight: 400;
    font-size: 15px;
    color: #f5084f
}

.credit-link {
    font-weight: 300;
    text-align: center;
    color: aqua;
    text-decoration: none
}