html {
    scroll-behavior: smooth;
}
body{
	width: 100%;
    margin: auto;
    font-size: 20px;
    color: #85625E;
    background-color: #ffffff;
    line-height:300%;

}
body footer{
    width: 100%;
    margin:2% auto 0;
    text-align: center;
    font-size: 15px;
    background-color: #6a6a6a;
    color: #fff;
}
#woknev{
    position: relative;
}
h1{
    width: 15%;
    padding: 3% 0 0 0;
    top:1%;
    left: 2%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #c1c1c1;
    position: fixed;
    line-height:100%;
}
h2{
    text-align: center;
}
h2 span{
    font-weight: bold;
    background: linear-gradient(transparent 90%, #F0CCA1 0%);
}
ul {
    width: 5%;
    padding: 1%;
    top:1%;
    right: 7%;
    color: #c1c1c1;
    list-style: none;
    position: fixed;
    text-align:right;
}
ul li{
    width: 20%;
    margin: 1%;
    list-style: none;
    font-size: 16px;

}
ul li a{
    display: block;
    padding: 10%;
}
#woktext{
    width: 60%;
    margin: 10% auto 0;
}
#wokimg {
    width: 60%;
    margin: 5% auto 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#wokimg img{
    width: 100%;
}
.wokimg {
    width: 60%;
    margin: 5% auto 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.wokimg img{
    width: 100%;
}

