@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;
    box-sizing: border-box;
    font-family: Avara;
}

#gro{
  font-family: Avaratitre;
  top: 38vh;
  color: white ;

  text-align: center;
  position: fixed;
  font-size: 5vw;
  transform-origin: center top;
}

#p1, #p2, #p3, #p4, #p5, #p6, #p7, #p8, #p9, #p10, #p11, #p12{
    position: sticky;
    margin-top: 130vh;
    right: 5%;
    display: block;
    text-align: right;
    color: rgb(102, 111, 238);
    margin: 10px;
    height: 100px;
}
.scroller{
    height: 200px;
}    
