@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body, html{
    overflow-y: scroll;
    background: #2a2a9b;
    background: linear-gradient(132deg, rgba(42, 42, 155, 1) 0%, rgba(87, 104, 199, 1) 50%, rgba(237, 83, 145, 1) 100%);
}


p, h1, h2, h3, h4, sup, sub{
    font-family:"Roboto Mono", monospace;
}

#TopBar #Description{
    margin-left:auto;
    margin-right: auto;
    height:10%;
    border-radius: 20px;
    padding: 3px 3px 3px 3px;
    background-color: rgb(255,255,255);
}

#Title{
    width: 100%;
}

/* classes */

#Spacer{
    height:180px;
    width: 100%;
    background-color:transparent;
    display:block;
}

