body { 
    background-color: #0B060C;
    padding:0;
    margin: 0;
}
header {
    height: 2rem;
    background-color: blue;
}

ul li {
    display: block;
    font-size:2rem

}

.jockey-one-regular {
    font-family: "Jockey One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .header {
    height: 2rem;
    background-color: purple;
  }

  aside {
    float:right;
    width:534px
  }
  .main { 
    color:white;
    font-size: 2rem;
    float:left;
    width:60%;
    padding-left:2rem;
  }
  h1 { 
    color: #EBB94F;
    font-size: 11rem;
    font-family: "Jockey One", sans-serif;
    font-weight: 200;
    display: block;
    line-height: 0rem;
    position: relative;
    top: -3rem;
  }
  h1 span {
    position: relative;
    top: 2.3rem;
    font-size: 4rem;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    right: 6.6rem;
  }

  .main div {
    font-family: "Jockey One", sans-serif;
    font-size:3rem;
    line-height: 3rem;
  }


  .sep{
    height: 2rem;
    background-color:#EBB94F;
    clear:both;
    text-align:center
  }
.sep ul {
  padding:0;
  margin:0;
}
  .sep ul li {
    display: inline-block;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    padding:0 1rem;
  }
.sep ul li a {
  color:#0B060C;
}
  .coin img {
    width: 15rem;
    float: left;
  }
  .coin {
    color: white;
    font-family: "Jockey One", sans-serif;
    font-size:3rem;
    line-height: 3rem;
    text-align: center;
    padding:5rem;
background-image: url(assets/metalCoin3.png);
background-repeat: no-repeat;
background-size: 12%;
background-position: 17rem;

}
.roadmap {
    color: white;
    font-family: "Jockey One", sans-serif;
    font-size:3rem;
    line-height: 3rem;
    text-align: center;
    padding:5rem;
background-image: url(assets/mec2.png);
background-repeat: no-repeat;
background-size: 12%;
background-position: center top;
color:#EBB94F;
margin-top:3rem;

}

.roadmap div {
color:hsla(0, 0%, 100%, 0.76)
}
.roadmap ul li {
  font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #EBB94F;
}