@media all {
    main {
      overflow: none;
      -ms-overflow-style: none;
      scrollbar-width: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: none;
    flex-grow: 1;
    }
    main:-webkit-scrollbar {
      display: none;
      width: 0 !important
    }
}
html, body {
  width: 100%;
    scrollbar-width: none;
  -ms-overflow-style: none;
}
.sublinespace{ height: 0.6rem;}
.smlmargrow{margin-bottom: 0.25rem}
.mdlmargrow{margin-top: 1rem}
.bigmargrow{margin-top: 1.75rem}
.grattxt{
  font-size: 3vw;
  color:rgb(96, 96, 96);
    text-align: justify;
    text-justify: inter-word;
}
.headtxt{
  color:rgb(96, 96, 96);
}
.imgpoint{ cursor: pointer; }
.vidsize{
  width: 25%;
}

article {
  align-items: stretch;
  flex: 1 0 auto;
}
body{
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  flex-direction: column;
}

