


body {
  font-family: "Anton", sans-serif;
    background-color: #000000 !important;

}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
    text-decoration: none !important;
}

h1{
    color: red !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px !important;
    font-weight: bold;
}

h3{
     color: red !important;
    text-align: center;
    font-weight: bold;
    font-size: 30px !important;
}

h2{
      font-size: 32px !important;
        font-weight: bold !important;
}

.logo{
    width: 80%;
    min-width: 50%;
    margin: auto;
}

.logo img{
    width: 100%;
}

.logoSmall{
    width: 200px;
    margin: auto;
}

.logoSmall img{
    width: 100%;
}


.subText{
    font-size: 24px;
    color: #ffffff;
}

.subText a{
    font-size: 24px;
    color: #ffffff;
    text-decoration: underline;
}
.subText a:hover{
    font-size: 24px;
    color: #ffffff;
    text-decoration: underline;
}

.mt-40{
    margin-top: 40px;
}
.pd-10{
    padding: 10px;
}

.subBox {
  background-color: #bc1823;
  color: #000000;
  border-radius: 16px;
  min-height: 300px;

  display: flex;
  flex-direction: column;       /* default, ensures items are in a row */
  align-items: center;       /* vertically center items in the row */
  justify-content: space-between; /* items aligned to the left horizontally */
  margin-bottom: 30px;
}

.price{
    font-size: 24px;
    font-weight: bold;
}
.text{
    font-size: 16px;
}
.small-text{
     font-size: 18px;
     text-align: center;
     color: #ffffff;
     margin-bottom: 20px;
}
.color-white{
    color: #ffffff;
}



