#login-form{
    position: fixed;
    right:10px;
    top:10px;
}
#logout-form{
    position: fixed;
    right:10px;
    top:10px;
}
#login-button,#logout-button{
    color:black;
    background-color:white;
    opacity: 0.5;
    width:66px;
    height:27px;
    border-radius: 5px;
    font-size:16px;
    font-family: 'Bebas Neue', cursive;
    font-family: 'Share Tech Mono', monospace;
}
#greeting{
    color:white;
    font-family: 'Bebas Neue', cursive;
    font-family: 'Share Tech Mono', monospace;
    
}

#login-button:hover{
    opacity: 0.8;
}
#logout-button:hover{
    opacity: 0.8;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}