:root {

   @font-face {
     font-family: 'Work Sans Bold';
     font-style: normal;
     font-weight: 100;
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   }
}

.rowDisplayClass {
  display: inline-block;
  font-size:2.22em;
  font-family:Georgia;
  text-decoration: none;
  padding-top: .1em;
  padding-bottom: .5em;
  margin-top: .2em;
  margin-bottom: .1em;
  height: 1.37em;
  border-width:5px;
  color:rgba(19, 20, 50, 1);
  border-color:rgba(3, 4, 3, 1);
  box-shadow:inset 1px 1px 0px 1px rgba(20, 30, 33, 1);
  text-shadow:inset 1px 1px 0px rgba(74, 113, 91, 1);
  background:rgba(255, 265, 67, 1);
}


.buttonClass {
  display: inline-block;
  font-size:2.22em;
  font-family:Georgia;
  text-decoration: none;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .1em;
  padding-bottom: .5em;
  margin-top: .2em;
  margin-bottom: .1em;
  height: 1.37em;
  border-width: 1.5px;
  color:rgba(19, 20, 50, 1);
  border-color:rgba(3, 4, 3, 1);
  border-top-left-radius:32px;
  border-top-right-radius:32px;
  border-bottom-left-radius:32px;
  border-bottom-right-radius:32px;
  box-shadow:inset 1px 1px 0px 1px rgba(20, 30, 33, 1);
  text-shadow:inset 1px 1px 0px rgba(74, 113, 91, 1);
  background:rgba(255, 225, 27, 1);
}

.buttonClass:hover {
  background: rgba(251, 215, 22, 1)
}

body {
   background-color: #FEFEFE;
   font: 2vw "Work Sans Bold", sans-serif;
   width: 100%;
   margin: 2px;
}

iframe { 
    aspect-ratio: 16/9; 
    width: 100%;
    height: 400px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.folder {
    border: 3px solid #12102e;
    background-color: #ffda2c;
    display: block; 
    width: 100%; 
    text-align: center;                                                                                                                          
    border-radius: 17px;                                                                                                                         
    overflow: hidden;                                                                                                                            
}                                                                                                                                                
.guide {                                                                                                                                         
    border: 3px solid #12102e;                                                                                                                   
    background-color: #ffda2c;                                                                                                                   
lay: block;                                                                                                                              
    width: 100%;                                                                                                                                 
    text-align: center;                                                                                                                          
    border-radius: 17px;                                                                                                                         
}                                                                                                                                                
