@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
    font-family: Roboto, sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
}
html{
    background: #2E282A;
}

body{
    font-family: Roboto,sans-serif;
    overflow-x:hidden;
}

#header{
    position: fixed;
    top:0;
}

#title{
    position: fixed;
    top:0;
    right:0;
}