.button-74 {
  background-color: #C9E9FC;
  border: 2px solid #020024;
  border-radius: 30px;
  box-shadow: #020024 2px 2px 0 0;
  color: #020024;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  padding: 0 10px;
  margin:10px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #020024 2px 2px 0 0;
  transform: translate(2px, 2px);
}


.button-75 {
  background-color: #C9E9FC;
  border: 2px solid #020024;
  border-radius: 10px;
  box-shadow: #020024 2px 2px 0 0;
  color: #020024;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  padding: 6px 8px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-75:hover {
  background-color: #fff;
}

.button-75:active {
  box-shadow: #020024 2px 2px 0 0;
  transform: translate(2px, 2px);
}
.boxfstuff{
    padding:20px;width:50%;margin:auto;background:white; border: 2px solid black; border-radius:8px;box-shadow: 0 3px 10px rgb(0 0 0 / 0.6); font-weight: 600;font-size: 18px;
}
.autobox{
    padding:20px;width:auto;margin:auto;background:white; border: 2px solid black; border-radius:8px;box-shadow: 0 3px 10px rgb(0 0 0 / 0.6); font-weight: 600;font-size: 18px;
}
.outbox{
    width:90%;
}
.iin{
    margin:1px;
    border-radius:4px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
}
.num{
    color:white;
    background:#7C97FB;
    padding:2px;
    border: 2px solid #020024;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}
.numtop{
    margin-bottom: 10px;
    text-align:center;
    text-shadow: 2px 2px #000;
    color:white;
    background:#7C97FB;
    padding:2px;
    border: 2px solid #020024;
    border-radius: 10px;
    font-weight: 900;
    font-size: 24px;
}
.myp{
    font-weight: 600;
    font-size: 18px;
}
.doit{
    width:70%;
    text-align:center;
    color:white;
    background:orange;
    padding:2px;
    border: 2px solid #020024;
    border-radius: 10px;
    font-weight: 900;
    font-size: 16px;
}
.doit a{
   text-decoration:none;
   color:#020024;
}
