html {
    
    /*background-color: #16161a;*/
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Sofia+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: PixelFont;
  src: url(FFFFORWA.TTF);
}
h1 {
    font-size: 45px;
    font-family: PixelFont;
    text-align: center;
    

}

p{
    
    font-family: "Carrois Gothic SC", "DM Sans", Montserrat, arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

#labelWrap {
    justify-content: space-between;
    max-width: 28em;
    display:flex;
    margin: 0 auto;

}
.labels {
  text-decoration: underline;
    margin: 0;
}

.center{
  text-align: center;
  left: 50%;
}

#button {
  width: 100px;
  height: 30px;
  font-size: 18px;
  font-family: "Carrois Gothic SC", "DM Sans", Montserrat, arial, sans-serif;
  font-weight: bolder;
  
}

#grade{
    font-size: 150px;
    font-weight: bold;
    text-align: center;
    margin-top: .45em;
}

#result{
    font-size: 150px;
    font-weight: bold;
    text-align: center;
}

input {
  height:25px;
  width: 125px;
  font-size:20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;

  


  border-style: solid;
  border-width: 2px;
  border-radius:10px;

  
}


a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }