body {
    background-color: #231942;
    color: white;
    font-family: Amaranth;
}

section {
    margin: 5%;
    padding: 5%;
    background-color: #5E548E;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

#ttl {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    margin-bottom: 2%;
    background-color: #9F86C0;
    width: 70%;
    padding: 3%;
    font-size: 300%;
    font-family: Titan One;
    border-radius: 30px;
}

#init {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#sts {
    border: #9F86C0 solid 8px;
    border-radius: 30px;
    padding: 3%;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}

input[type=text]
{
    border: none;
    border-radius: 5px;
    padding: 0.5%;
    background-color: #9F86C0;
    color: white;
    font-family: Amaranth;
}
select
{
    border: none;
    border-radius: 5px;
    padding: 0.5%;
    margin: 1%;
    background-color: #9F86C0;
    color: white;
    font-family: Amaranth;
}
button {
    border: none;
    border-radius: 5px;
    padding: 1.5%;
    margin: 1%;
    width: 20%;
    background-color: #9F86C0;
    color: white;
    font-family: Amaranth;
    font-size: 200%;
}

input[type=checkbox]{
    border: none;
    border-radius: 5px;
    background-color: #9F86C0;
    color: white;
    font-family: Amaranth;
}



#qsn {
    background-color:#9F86C0 ;
    border-radius: 30px;
    padding: 3%;
    width: 35%;
    margin: 5%;
    margin-left: 0%;
    font-size: 200%;
    font-family: Titan One;
    margin-top: -3.5%;
}
#qsq {
    border: #9F86C0 solid 8px;
    border-radius: 30px;
    padding: 3%;
    width: 35%;
}


#reshd {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    margin-bottom: 2%;
    background-color: #9F86C0;
    width: 70%;
    padding: 3%;
    font-size: 300%;
    font-family: Titan One;
    border-radius: 30px;
}


#resttl
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    margin-bottom: 2%;
    background-color: #9F86C0;
    width: 70%;
    padding: 3%;
    font-size: 300%;
    font-family: Titan One;
    border-radius: 30px;
}
#restx {
    text-align: center;
    font-size: 150%;
    border: #9F86C0 solid 8px;
    border-radius: 30px;
    padding: 3%;
}

.cool {
    transition: 1s;
}

.cool:hover {
    transform: scale(1.1);
}

.amaranth-regular {
    font-family: "Amaranth", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .amaranth-bold {
    font-family: "Amaranth", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .amaranth-regular-italic {
    font-family: "Amaranth", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .amaranth-bold-italic {
    font-family: "Amaranth", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

.titan-one-regular {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  