@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body{
    margin:0;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    
}
body,html{
  margin:0;
  padding:0;
  padding-top:0vh;
  background: #e0e0e0;
}

textarea {
    position: fixed!important;
    width: 100%;
    height: 100px;
    background: white;
    bottom: 0;
    border: 1px solid #ddd;
    padding-right: 30px;
    border-radius: 0;
    padding: 20px;
}
button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 2.4rem;
    position: fixed;
    bottom: 19px;
    right: 27px;
    color: #3f51b5;
}
#dark{
  background: #00070b!important;
}
#dark{
  color:#fff!important;
}
#dark blockquote {
    color: #ffffff!important;
    font-weight: 200;
    margin: 0 0 1rem;
    background: transparent;
    padding: 12px;
    border-radius: 17px;
    border: 1px solid #2196f3;
}
#content {
    padding: 10vw;
    min-height: 100vh;
}
h1 {
    font-size: 1.5rem;
    font-weight: 100;
}
.h2, h2 {
    font-size: 2.5rem;
    font-weight: 100;
}
blockquote {
    margin: 0 0 1rem;
    background: white;
    padding: 12px;
    border-radius: 17px;
    border: 1px solid #ddd;
}
h3 {
    font-size: 1rem;
}
#loading  {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00070b;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}
#loading img {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 16vh;
    z-index: -1;
}
h4 {
    font-size: 1.5rem;
    color: white;
    font-weight: 100;
    text-align: center;
    top: 81vh;
    position: relative;
}






