Css
h1 {
font-family: 'Agency FB';
font-size: 50%;
}
body{
background-color: #eaeaa6 ;
}

#quiz {
display: block;
margin: auto;
background:  #eaeaa6 ;
padding: 10px 20px 10px 20px;
width: 400px;
border-radius: 20px;
float: absolute;
font-size:150%
}
input {
margin-bottom: 20px;
display: block;
}
#textbox {
height: 25px;
font-size: 16px;
border-radius: 5px;
border: none;
padding-left: 5px;
}
#button {
background: red;
border: none;
border-radius: 5px;
padding: 10px;
color: white;
font-size: 16px;
transition-duration: .5s;
margin-top: 15px;
        display: block;
        margin: auto;
}
#button:hover {
background: white;
border: 1px solid green;
color: black;
cursor: pointer;
}
#after_submit {
visibility: hidden;
background: #dedbe1;
padding: 10px 20px 10px 20px;
        height: 370px;
width: 400px;
border-radius: 20px;
float: left;
margin-left: 20px;
font-size: 30px;
}
#picture {
width: 395px;
height: 170px;
}
#mc {
display: inline;
} 
h1{
