html {
    background-color:#ffeb7f;
    background-image:url(./bg.png);
    background-size:40%;
    background-position:bottom right;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
body,html {
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
    border:0px;
}


h1 {
    font-variant:small-caps;
    background:rgba(255,255,255,1);
    display:block;
    width:60%;
    margin:200px auto 0px auto;
    border-radius:40px 40px 0px 0px;
}
p {
    margin:0px;
    padding-bottom:20px;
    padding-top:20px;
    background:#fff8ce;
}


div.box {
    background:#fff8ce;
    text-align:center;
    border-radius:40px;
    margin:40px auto 40px auto;
    padding:20px auto 20px auto;
    width:40%;
    font-style:italic;
    font-size:150%;
    border:10px #fd8903 solid;
}


div.box p {
    margin-left:10%;
    margin-right:10%;
    color:rgba(0,0,0,0.5);
    font-style:italic;
    font-size:80%;
}
div.box input {
    font-weight:bold;
    font-size:100%;
    width:80%;
    text-align:center;
}

div.page2 {
    max-width:300px;
    display:inline-block;
    vertical-align:top;
    margin:auto;
}

div.page2 img {
    max-width:300px;
    max-height:300px;
    margin-top:5px;
}

div.page {
    max-width:200px;
    display:inline-block;
    vertical-align:top;
    margin:auto;
}

div.page img {
    max-width:150px;
    max-height:150px;
    margin-top:5px;
}

div#divider {
    background:#fd8903;
    height:10px;
    margin:auto;
    width:80%;
    border-radius:10px 10px 10px 10px;
}

a {
    color:black;
    border-bottom: 1px dashed black;
    text-decoration:none;
}

a img {
    border:0px;
}

a.img_link {
    border:0px;
}



