*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #F8F5ED;
}
header{
    background-color: #CB997E;
    height: 120px;
    margin: 30px;
    border-radius: 20px;
}
@media screen and (max-width:768px) {
    header{ 
        height: 100px;    
    }
    
}
h1{
    color: white; 
    line-height: 120px;
    text-align: center;
    font-size: 55px;
    letter-spacing: 15px;
}
@media screen and (max-width:768px) {
    h1{ 
        line-height: 100px;
        font-size: 45px;
        letter-spacing: 0px; 
    }
    
}

h2{
    border-radius:25px;
    background-color:#A5A58D ;
    color:white ;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 15px;
    margin: 30px;
}
.introduce{
    background-color: #DDBEA9 ;
    width: 60%;
    margin: 5%;
    margin-left: 20%;
    border-radius:20px;
}
h3{
    font-size: 30px;
    margin-left: 15%;
}
h4{
    font-size: 30px;
    margin-left: 15%;
}
table {
    width: 80%;
    height: 80%;
    margin-left: 10%;
    border: 3px solid black; 
    caption-side: bottom;
    border-spacing: 50px 70px 50px 70px;
    border-collapse: collapse;
    text-align:center         
}
caption {
    font-style: italic;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align:center
}
td, tr {
    font-size: 20px;
    border: 3px solid black;
    padding: 5px;
    text-align:center
}
footer{
text-align: center;
line-height: 120px;
}
input{
    color: white;
    background-color:#DDBEA9 ;
    font-size: 30px;
    border: 0px;
    margin-left: 30px;
    border-radius:15px;
}
p{
    font-size: medium;
    text-align: center;
    width: 70%;
    margin-left: 15%;
}
.return{
    background-color: #DDBEA9;
    height: 50px;
    width: 100px;
    margin: 2%;
    margin-top: -1%;
    border-radius: 30px;
    position: fixed;
    text-align: center;
}
@media screen and (max-width:768px) {
    .return{
        height: 30px;
        width: 15%;
        margin-top: -5%;

    }
}
.return a{
    color:white;
    text-decoration: none;
    line-height: 50px;
    font-size: 120%;
}
@media screen and (max-width:768px) {
    .return a{
        line-height: 30px;
        font-size: 60%;
    }
}
.return:hover{
    text-decoration: underline;
}
.top{
    background-color: #DDBEA9;
    height: 60px;
    width: 60px;
    margin-left: 90%;
    margin-top: -23%;
    border-radius: 10px;
    position: fixed;
    text-align: center;
}
@media screen and (max-width:768px) {
    .top{
        margin-left: 90%;
        margin-top: -60%;
        height: 30px;
        width: 30px;
    }
}

.top a{
    color:white;
    text-decoration: none;
    line-height: 60px;
    font-size: 180%;
}
@media screen and (max-width:768px) {
    .top a{
        line-height: 30px;
        font-size: 120%;
    }
}

.top:hover{
    text-decoration: underline;
}