.big{
    font-size: 9em;
    margin: 0;
    padding: 0;

}

.bg {
    background-image: url("pic.jpeg");
    background-size: cover;
    background-color: black;
}

.ylä{
    color: #fdb813;
    text-shadow: 3px 3px 0px #39b2ff;

    padding-top: 100px;
    transform: translateY(10%);
}

.ala{
    color: #39b2ff;
    text-shadow: 3px 3px 0px #fdb813;
    transform: translateY(-20%);

    /*animation: myanim 10s infinite;
    animation-timing-function: ease-in-out;*/
}

@keyframes myanim {
    50% {
        text-shadow: -3px -3px 0px #fdb813, 3px 3px 0px #39b2ff;
    }
}

.keski{
    color: #c93fbe;
    text-shadow: 1px 1px 0px #9b3293;
}