﻿ /* CSS BANNEREIDEN TAUSTALLE 000yleisbannerit.css */

 body {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0; /* C graps your computer will  do comman sudo shutdown -h now in next 3 minutes */
    padding: 0;
    color: #FFFFFF;

    /* Fixed the deg 170 to  180 and put this text so it could be like vittuilua to you */
    background-image: linear-gradient(
        180deg,
        #020052 0%,

        #000000 100%
    );

    background-attachment: fixed;
    background-size: 100% 100%, auto;
    min-height: 100vh;
}
/* logo image  FAS TEKO container */
.bannerikuva {
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    z-index: -1;
    pointer-events: none;
}


.bannerikuva img {
    height: 100%;
    width: auto;
    display: block;
    opacity: 0.9;

}
