@font-face { font-family: Azrinth; src: url('Azrinth.otf'); } 


body {
    background-color: black;
    overflow: -moz-hidden-unscrollable;
    height:auto;
    width:auto;
    overflow-y: hidden;
    color: white;
}

#text_box {
    position:fixed;
    left:0px;
    bottom:60px;
    height:30px;
    width:100%;
    text-align: center;
    font-size: large;
    color:white;
    font-family: Azrinth, 'Courier New', Courier, monospace;
    z-index:3;
}

input:focus {
    outline:none;
    border-radius:25px;
}

input{
    width: 500px;
    font-family:'Courier New', Courier, monospace;
    font-size: large;
    text-align: center;
    border-style:none;
    background-color: transparent;
    color: white;
    transition: border-radius 0.6s;
    position:relative;
    z-index: 3;
}