.subscription-block {
  border: 2px solid #00DB74;
  border-left: 2px solid #F7F7F7;
  border-right: 2px solid #F7F7F7;
  border-bottom: 2px solid #00DB74;
  width: 200px;
  height: 350px;
  text-align: center;
  margin: 0 auto;
}

.subscription-header {
  color: #00DB74;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 28px;
}

.subscription-price {
  background-color: #00DB74;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.subscription-options {
  margin-bottom: 20px;
}

.option-block {
  width: 200px;
  height: 20px;
  margin-bottom: 10px;
  background-color: transparent;
}

.option-block:nth-child(even) {
  background-color: #F7F7F7;
}

.purchase-button {
  border: 2px solid #00DB74;
  color: #00DB74;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
