*{
   font-family: "Roboto Condensed";

}
header {
    background-color: #333333;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    will-change: transform;
    text-align: left;
    padding: 10px 40px;
    color: white;
  }
  html{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
  }

 main{
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 main ol li{
    display: flex;
 }
