@media (max-width:475px){

    .account {display:none;}
}

.nav2 {
    border: 2px solid lightgray;
    text-align: center;
    margin-top: 20%;
    width: 200px;
}

.nav2 a {
    color: gray;
    transition-duration: 0.3s;
    &:hover {
        background-color: rgb(3, 3, 72);
        color: #fff;
    }
}

.terminal {
    margin-left: 15%;
}

.highlight {
    background-color: lightgray;
    text-decoration: none;
    cursor: text;
    color: black;
    padding: 2px 5px;
    border-radius: 5px;
}

.highlightO {
    color: orange;
    text-decoration: none;
}

.Dflex {
    display: flex;
}

.Bold {
    font-weight: bold;
}

.cont {
    margin-left: 10%;
}


.nameT {
    background-color: rgb(93, 93, 93);
    color: #000;
    width: 450px;
    border-radius: 8px 8px 0px 0px;
}

.nameT p {
    margin-left: 2%;
    margin-bottom: 0%;
}

.commandT {
    background-color: #282828;
    border-radius: 0px 0px 8px 8px;
    color: #fff;
    width: 450px;
    height: auto;
}

.commandT p {
    margin-left: 2%;
}

.t2 {
    margin-left: -5%;
}

.t1 {
    margin-left: 3%;
}

.buttonup{
    background-color:lightslategrey;
    width:80px;
    height: 50px;
    border-radius: 5px;
    text-decoration: none;
    color:black;
    padding: 11px 8px;
    text-align:center;
}

.divCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}