@import '../../variables.scss';

.container {
  padding: 50px;
  
  h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
  }

  h3 {
    text-align: center;
    color: $main;
    font-size: 50px;
  }
}

.nodekey {
  margin-bottom: 50px;
  padding: 20px;
  border-bottom: 1px solid $main;

  h2 {
    font-size: 12px;
    font-weight: bold;
  }
}

.amounts {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 50px;
  padding: 20px;
}