@media only screen and (min-width: 768px) {
  /* For desktop: */
  #wrapper2 {
    width: 540px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@font-face {
	font-family: 'Kenney Future Narrow';
	font-weight: 400;
	font-display: auto;
	font-fallback: Open Sans;
	src: url('https://strayfawnstudio.com/wp-content/uploads/2023/03/Kenney-Future-Narrow.ttf') format('truetype');
}
#box {
    margin: 1em;
}
#box2 {
    margin: 1em;
    font-size:14px;
    display:inline-block;
}
#form1 {
  display:none;
  left: 15%;
}
h2 {
    font-family: Kenney Future Narrow, Open Sans;
        color: #4b9ac8;
        font-weight:700;

}
.button{
      background-color: #4b9ac8; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Questrial', sans-serif;
}
#buttonbox{
        left: 39%;
    position: relative;
}
#buttonbox2{
        left: 39%;
    position: relative;
}
#wrapper {
    left:42% !important;
    width:540px !important;
}
li{
    margin-bottom: 10px ;
}
#wrapper2 {
    /*left:42% !important;
    width:540px !important;*/
    -webkit-box-shadow: 0px 16px 46px -22px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 16px 46px -22px rgba(0,0,0,0.75);
    /* box-shadow: 0px 16px 46px -22px rgb(0 0 0 / 75%); */
    background: #ffffff;
    /* width: 350px; */
    padding: 0 0 10px 0;
    /* margin: 0 0 0 -150px; */
    position: absolute;
    /* left: 50%; */
    top: 10%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
}

#wrapper2:hover{
	-webkit-box-shadow: 0px 16px 46px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 16px 46px -22px rgba(0,0,0,0.75);
	box-shadow: 0px 16px 46px -15px rgba(0,0,0,0.75);
	
	-webkit-transition: box-shadow 0.1s linear;
	-moz-transition: box-shadow 0.1s linear;
	-ms-transition: box-shadow 0.1s linear;
	-o-transition: box-shadow 0.1s linear;
	transition: box-shadow 0.1s linear;
}

#wrapper2 img{
	width: 16px;
	margin-right: 5px;
}