.container {
    display: grid;
}
.linkit {
    text-align: center;
    padding: 15px;
    background-image: url(smoke.png);
    color: lime;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.2px;
}

a:link {
    color: lime;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3px;
    padding: 20px;

}

a:visited {
    color: lime;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3px;

}

a:hover {
    color: whitesmoke;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3px;

}

a:active {
    color: pink;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3px;

}


body {
    background: black;
    color: #00ff00;
    font-family: Franklin Gothic Medium;
    text-align: center;
     -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
}

a {
    color: lime;
}

h1 {
    font-weight: 900;
    font-size: 48px;
}


p {

    font-weight: 400;
    font-size: 35px;

    }
    .vasen {
    justify-content: left;
    max-width: 300px;
    height: auto;
}

.oikea {
    justify-content: right;
    max-width: 300px;
    height: auto;
}

