@font-face {
    font-family: RobotoMono;
    font-weight: 100;
    src: url('fonts/RobotoMono-Thin.ttf') format('truetype');
}

@font-face {
    font-family: RobotoMono;
    font-weight: 300;
    src: url('fonts/RobotoMono-Light.ttf') format('truetype');
}

@font-face {
    font-family: RobotoMono;
    font-weight: 400;
    src: url('fonts/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: RobotoMono;
    font-weight: 500;
    src: url('fonts/RobotoMono-Medium.ttf') format('truetype');
}

@font-face {
    font-family: RobotoMono;
    font-weight: 700;
    src: url('fonts/RobotoMono-Bold.ttf') format('truetype');
}

body{
    background: black;
    color: white;
}

#content{
    display: block;
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}

.terminal{
    text-align: justify;
    font-size: 21px;
    background: black;
    color: white;
    font-family: RobotoMono;
    font-weight: 300;
}

.terminal .display{
    display: block;
    width: 100%;
}

.terminal #prompt{
    display: block;
    width: 100%;
}

.terminal #mobile_prompt{
    display: block;
    width: 100%;
}

#prompt #prompt_prefix{
    display: inline-block;
    font-size: 21px;
}

#prompt #prompt_buffer{
    display: inline-block;
    margin-left: 10px;
    color: white;
    background: black;
    font-size: 21px;
    font-family: RobotoMono;
    font-weight: 300;
    outline: none;
    border-style: none;
}

#content #flowers-overlay{
    overflow: visible;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:10;
}
