#footer {
    height: 17.3vw;
    z-index: 2; /* banneri tekstin alle */
    clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 100%); /* leikkaa bannerin alareunan vaakasuoraksi */
    position: relative;
}    

#copyright {
    font-family: 'Sacramento', cursive;
    color: #ffffff;
    font-size: 2.9vw;
    z-index: 3;
    position: relative;
    float:right;
    bottom: 5.8vw;
    right: 2.9vw;
}
