@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
::selection{background-color: hsla(214, 100%, 65%, 0.42);}

*:focus{outline: none;}

body{font-family: 'Ubuntu', sans-serif;}

#top-bar{
    top: 0;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #17171a;
    z-index: 1;
}

#Title{
    margin-left: 10px;
    top : 10px;
    position: fixed;
    font-family: 'Staatliches', cursive;
    color: white;
    font-size: 35px;
}

.top-button:hover{
  color : #595a66;
}

#preview_wrap{
    position: fixed;
    padding-top:20px;
    background-color: #565e5e;
    z-index: 1;
    visibility: visible;
    top : 100px;
    right: 50px;
    width: 300px;
    height: 500px;
}

#preview{
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

#editor{
  resize: none;
  height: 100%;
  width: 100%;
}

#bottom_menu{
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 0.5em;
  padding: 5px;
  color: white;
  background-color: #444444;
}

div.prism-live{
  position: absolute;
  top:60px;
  font-size: 20px;
}

pre.prism-live{
  height: 100%;
  width: 100%;
}
