@font-face {
    font-family: Avara;
    src: url("Avara-BoldItalic.woff") format("woff");
}
@font-face {
    font-family: Avaratitre;
    src: url('Avara-Black.woff') format('woff');
}

body{
    background-color: black;
    width: 100%;
    height: 2000px;
    margin: 0;
}

h1{
    font-family: Avaratitre;
    font-size: 80px;
    color: slateblue;
    text-shadow: yellow 2px 2px 10px, 2px 2px 20px turquoise;
    text-align: center;
}

section{
    font-family: Avara;
    font-size: 50px;
    color: slateblue;
    width: 20%;
    height: 65px;
    display: inline-flex;
    overflow: scroll;
    position: relative;
    margin: 10px;
    padding-left: 5px;
    text-shadow: turquoise 2px 2px 5px, 0 0 7px yellow;
    line-height:150%;
    text-align: center;
}

::-webkit-scrollbar {
    scrollbar-width: none;
    display: none;
    width: 0px;
}

#scrolly {
text-shadow: rgb(240, 240, 240) 2px 2px 5px, 0 0 7px yellow;
color: slateblue;
font-family: Avara;
position: fixed;
transform-origin: center top;
width: 100vw; 
height: 100vh;
text-align: center;
font-size: 5vw;
}