* {
  overflow-x: hidden;
}

@font-face {
  font-family: alt;
  src: url(./default.ttf);
}

body {
  /* background-image: linear-gradient(
      to bottom,
      rgb(0, 0, 0, 0.8),
      rgb(0, 0, 0, 0)
    ),
    url("assets/bg.jpg") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center bottom !important; */
  background: #fff;
  font-family: "Arial";
}

#main_title {
  text-align: center;
  line-height: 1.5;
  margin-top: 100px;
  color: #000;
  font-size: 80px;
  font-weight: 600;
}
.column1 {
  float: left;
  width: 50%;
  padding: 7% 5% 10% 20%;
  text-align: center;
}
.column2 {
  float: left;
  width: 50%;
  padding: 7% 20% 10% 5%;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.staking_type_btn {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  padding: 10px 35px 10px 35px;
  font-size: 28px;
  border-radius: 20px;
}

.staking_type_btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid black;
}

@media (max-width: 840px) {
  #main_title {
    font-size: 60px;
  }
  .staking_type_btn {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
    padding: 10px 35px 10px 35px;
    font-size: 16px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  #main_title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .staking_type_btn {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    border-radius: 20px;
  }
}
