body {
    background-color: #0b6e4f;
    color: #fa9f42;
    text-align: center;
    font-size: 1.25em;
    margin: 2.5vw;
    text-shadow: 2.5px 2.5px 2.5px black;
}

.mainbox {
    box-shadow: 0px 0px 5px #fa9f42, inset 0px 0px 5px #fa9f42, 5px 5px 5px black, inset 5px 5px 5px black;
    border: solid #fa9f42;
    border-width: 1rem;
    border-radius: 30px;
    padding: 2.5vw;
    margin: auto;
    background-color: #5600ac;
}

@media screen and (min-width: 700px) {
 .mainbox {
    width: 60%; 
  } 
}

ul {
    list-style-position: inside;
    text-align: start;
}

a {
    color: inherit;
}