.container {
    display: grid;
}



body {
    background-color: black;
    
}

.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;

}

.headerit {
    color: lime;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.8px;
    text-align: center;

}

.info {
    color: lime;
    font-family: Franklin Gothic Medium;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3px;
    text-align: center;
}

.kuvat {
    display: flex; 
    justify-content: center;
}


.original {
    height: 20%;
    width: 20%;
    
}
