h1{
  font-size:300%;
}
h2{
  font-size:100%;
}
#headerContainer{
    /* margin: 50px 0 50px 0; */
    align-items: center;
    /* background-image: url("../img/battlebg2.png"); */
    /* height: 708px;
    background-size: cover;
    background-position: center top 2px;
    background-repeat: no-repeat; */
    margin-top:50px;
}

.explain{
  /* margin-top:80px; */
  font-size:200%;
}
.tilt{
  display: inline-block;
  position: relative;
  padding: 0px 30px;
  border: 2px solid white;
  border-radius: 50px;
  color: #00ADB5;
  transform: rotate(358deg);
  /* -webkit-transform: rotate(358deg); */
  box-shadow: 5px 3px 0px 0px #00ADB5;
  /* -webkit-box-shadow: 5px 3px 0px 0px var(--bde-palette-color-2); */
}
.header h2{
margin:5px;
}
.section{
  width: 100%;
  /* margin: 0 auto; */
  /* margin-bottom: 10px; */
  margin: 50px auto 50px auto;

}
.section h1{
  font-size: 200%;
  /* margin-bottom: 20px; */
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-top:25px;
}
.section p{
  margin:0 0 10px 0;
  width: 100%;
  /* line-height: 1.2; */
}
.section p:last-child {
  margin: 0;
}


p{
  color:rgb(255, 255, 255);
padding-bottom: 0;
width: 75%;
text-align: center;
}

.p-container{
    /* background-color: white; */
    /* border: 7px solid rgb(0, 0, 0); */
    /* padding: 15px; */
    border-radius: 10px;
    /* margin: 0 auto; */
    width: 75%;
    margin: 0 auto;
}

.icon-container{
  display: flex;
  align-items: center;
}

#headline{
  height:160px;
  width:500px;
  display: flex;

}


.marquee {
  color: white;
  padding: 15px;
  overflow: hidden;
  position: relative;
  background-color: black;
  /* margin-top: 75px; */
  width: 100%;
}

.marquee-container {
  width: 1000px;
  overflow: hidden;
  /* white-space: nowrap; */
  margin:0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.marquee h3 {
  font-size: 1em;
  color: white;
  line-height: 25px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: marque 15s linear infinite;
  -webkit-animation: marque 15s linear infinite;
  animation: marque 180s linear infinite;
  white-space: nowrap;
  margin-right:20px;
}
@keyframes marque {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.divider::before{
  content: "";
    width: 100%;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 2px dotted #4b5563;
}
.divider::after{
  content: "";
    width: 100%;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 2px dotted #4b5563;
}

.divider{    border-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.divider .icon{
  font-size:25px;
}

.nav2{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  /* text-shadow: 1px 1px 2px rgb(0, 0, 0, .5); */

}
.nav2 div{
  display: flex;
  flex-direction: row;
  align-items: center;

}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html{
  background-color:#eee;
}
.action-container{
  margin-left: 5px;
  display: grid;
  grid-template-columns: 172px 144px;
  grid-gap: 1px;
  .box{
    background-color: #F8A8B0;
    /* padding: 20px; */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid rgb(126, 0, 0);
    padding: 33px;
    border-radius: 16px;
    width: 171px;
    text-align: center;
    height: 72px;
  }
}

.action-container .box {
  cursor: pointer;
}

.action-container .box:hover {
  filter: brightness(.9); 
}

.dialogue-container{
  display:flex;
  flex-direction: row;
  align-items: center;
}

.nav li a:hover{
  filter: brightness(.8); 
}

.header-text{
  text-shadow: 2px 2px 2px black;
}
.icon{
  display: flex;
    font-size: 20px;
    margin: 10px;
}

.icon>svg{
  font-size: inherit;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #00ADB5;
  fill: #00ADB5;
}

.iconText{
  color: #00ADB5;
}
.tokenomics{
  background: #393e46;
}



@media only screen and (max-width: 479px) {
  body {
    ;
  }
}
