body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #803;
    background: #edfbca;
}
h1 {
    font-size: 1.8rem;
}
.wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.box1 {
    position: absolute;
    z-index: 1;
    width: 34%;
    margin: 33%;
    margin-top: 15px;
    top: 8px;
}
.box2 {
    position: absolute;
    z-index: 10;
    width: 34%;
    margin: 33%;
    margin-top: 15px;
    top: 8px;
    margin-bottom: 30px;
}
    
@media (max-width:1000px) {
body {
    font-size: 1.5rem;
}
.box1 {
    width: 90%;
    margin: 5%;
}
.box2 {
    width: 90%;
    margin: 5%;
}     
}