a{
  color: green;
}
h2
{
    text-align: center;
}

h3
{
    text-align: center;
}

h1
{ align-self: center;  text-align: center;

    color: green;
}

p
{ text-align: center;

    color: black;
}

.terms
{ font-size: 12px;

    color: white;
}

.terms_and_conditions
{
    width: 95%;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    background-color: black;
    position: fixed;
}

.main_box
{ margin: auto;
    padding:30px;  background-color: inherit;
    align-content: center;
}
.innerContent
{
    width: inherit;
    /* display: inline-block; */
    margin: auto;
    padding: 30px;
    border-radius: 30px;
    background-color: white;
}
.payButton
{
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  border-color: grey;
  display: table;
  margin: 0 auto;


}

body
{
    background-color: #e4e4e7;
}

.priceButton
{

}
