*{
    font-family: Arial ;
}
body{
    margin: 0;
    padding: 0;
    background-color: grey;
}
.nev-bar{
    width: 100%;
    height: auto;
    background-color: black;
    max-height: 300px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#nev-logo{
    border-radius: 10px;
    
    width: 50px;
    height: 50px;
    margin-left: 60px;
}
#nev-logo:hover{
    cursor: pointer;
}
#nev-head{
    color:white;
    margin-left: 60px;
    margin-top: 0;
    font-family: Arial ;
}
#nev-eus{
    font-family: Arial ;
    color:white;
    background-color: blue;
    border-radius:10px ;
    text-decoration: none;
   
    font-size: 26px;
    
    

}
#nev-eus:hover{
    cursor: pointer;
    background-color: rgb(104, 104, 251);
    color:black;
}
.wr-container{
    
    width: auto;
    height: 50px;
    max-width: 300px;
    max-height: 300px;
    background-color: rgb(72, 72, 72);
    text-align: center;
    border-radius: 10px;
    border: black 4px solid;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

}
#glink{
    margin-top: 10px;
    border: none ;
    border-radius: 10px ;
    font-size: 16px;

}
#gbtn{
    margin-top: 10px;
    border: none ;
    border-radius: 10px ;
    font-size: 16px;

}
#gbtn:hover{
    cursor: pointer;
    background-color: chartreuse;
    color:black;
}
.console-container{
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
    width: auto;
    height: 100px;
    max-width: 550px;
    max-height: 450px;
    border: black 4px solid;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

}