
@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;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

h1{
    font-family: Avaratitre;
    font-size: 30px;
    color: rgb(255, 51, 0);
    text-shadow: rgb(9, 0, 66) 2px 2px 10px, 2px 2px 20px rgb(255, 255, 255);
    text-align: center;
}

section{
    font-family: Avara;
    font-size: 40px;
    color: white;
    width: 20%;
    height: 65px;
    display: inline-flex;
    overflow: scroll;
    position: relative;
    margin: 10px;
    padding-left: 5px;
    line-height:150%;
    text-align: center;
}


/* Hide scrollbar for Chrome, Safari and Opera */
section::-webkit-scrollbar {
 display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
section {
 -ms-overflow-style: none;  /* IE and Edge */
 scrollbar-width: none;  /* Firefox */
}

#scrolly {
text-shadow: rgb(240, 240, 240) 2px 2px 5px, 0 0 7px yellow;
color: slateblue;
font-family: Avara;
transform-origin: center top;
width: 100vw;
text-align: center;
font-size: 5vw;
/*transform: scale(0.2);*/
min-height: 40px;
min-width: 20%;
}
