
*{
  font-family: "Lilita One", sans-serif;
  cursor: url("/cursor.png"),auto;
}


body{
  margin: 0;
  padding: 0;
  background-color: #000000;
  cursor: url("cursor.png"),auto;
}


.main {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: -15px;
  background-color: #000000;
}


.container1 {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items:center;
  flex-direction: column;
}


.container2 {
  font-family:'Inconsolata', monospace;
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  align-items: center;
}

.sub-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 10px;

}


.image1 {
  margin: 20px;
  max-width: 320px;
}

.image1:hover {
 opacity: 0.9;
}

.image1:active {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  rotate: 20deg;
}

.title {
  font-weight:400;
  font-size: 4rem;
  margin-bottom: -25px;
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
}

.subtitle {
  text-decoration: none;
  cursor: pointer;
  font-weight:400;
  font-size: 1rem;
  margin: 25px;
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
}

.subtitle:hover{

  opacity: 0.7;
}

.text {
  font-weight:900;
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
}

.button {
  cursor: pointer;
  padding: 10px;
  margin: 5px 5px 25px 25px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  opacity: 0.7;
}

.fa {
  cursor: pointer;
  padding: 15px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 25px;
  margin-bottom: 20px;
}

.fa:hover {
  opacity: 0.7;
}

.fa2 {
  cursor: pointer;
  padding: 15px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 25px;
  margin-bottom: 20px;
}

.fa2:hover {
  opacity: 0.7;
}



.fa-dexscreener {
  cursor: pointer;
  border-radius: 12px;
  background: #ffffff;
  color: white;
}

.fa-pumpfun {
  cursor: pointer;
  border-radius: 12px;
  background: #ffffff;
  color: white;

}




@media screen and (max-width: 1100px) {

  .main{
    margin-top: -20px;
  }

  .container2 {
    font-family:'Inconsolata', monospace;
    background-color: #ffffff;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    align-items: center;
  }


  .fa {
    padding: 15px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 2px 20px;
    margin-bottom: 20px;
  }
  

.image1{
  margin-top: -0px;
  margin-bottom: 20px;

  max-width: 250px;
}

.title{
  font-weight:600;
  font-size: 3.5rem;
  margin-bottom: -25px;
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
}


.subtitle {
  font-weight:600;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}


}




