@charset "utf-8";

body {
    background-color: #f3f0ca;
}

#header{
    background-color: rgb(214, 211, 160);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,1);
    border: 1px dotted;
    position: fixed;
}
.ts01{
    color:#d68a9a;
    text-shadow:
    0 0 5px #fff, 
    0 0 13px rgb(238, 228, 230), 
    0 0 13px rgb(238, 228, 230), 
    0 0 13px #f03, 
    0 0 13px #f03;
}

.t-stroke01{
    -webkit-text-stroke: 1px #000;
    text-shadow: 2px 2px 0 #000;
 }
    
.clearheader::after{
    content: "";
    display: block;
    clear: both;
}

h1{
    text-align: center;
    color: #d68a9a;
}

nav{
    float: left;
    text-align: center;
}

.box{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -225px;
}

#footer{
    width: 100%;
    height: 50px;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgb(86, 141, 86);
    text-align: center;
}
.clip {
    background: url(../img/菇.jpg) center center no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 10px;
    padding: 10px;
    border: 0px solid #ccc;
    font-size: 100px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    line-height: 1;
}

.fixed{
    position: fixed;
    width: 200px;
    height: 150px;
    top: 0;
    right: 0;
}
.menu li{
    list-style-type: none;
    display: inline-block;
    width: 180px;
    margin: 0 10px;
}
.menu a{
    display: block;
    padding: 10px;
    background: #e97fb9;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}
.menu a:hover{
    background: #45cd458d;
}
