.for{
    text-align: center;
}
.font{
    font: sherif;
}
.divdiv{
    background-color: orange;
    text-align: right;
}
.knapper {
    appearance: none;
    background-color: orange;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Clarkson,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    
}
    
.knapper:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: rgba(244, 244, 244, 1);
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}
    
.knapper:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    font-weight: bold;
}
    
.knapper:after {
    background-color: #FFFFFF;
}
    
.knapper span {
    z-index: 1;
    position: relative;
}
.footer{
    text-align: center;
}
a{
    text-decoration: none;
    color: black;
}
body{
    margin: 0%;
}
.home{
    position: fixed;
    left: 10px;
    
}
.image{
    width: 26.91px;
    height: 26.91px; 
}
.didi{
    text-align: left;
    position: fixed;
    width: 100%;
}
.knap{
    text-align: right;
}