.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-color: black;
            color: green;
            font-family: 'Franklin Gothic Medium', sans-serif;
            text-align: center;
        
        }

        p {
            color: lime;
            -webkit-text-stroke-color: white;
             -webkit-text-stroke-width: 0.3px;
             
             
        }

        h1, h2, h3 {
            color: #00ff00;
             -webkit-text-stroke-color: white;
             -webkit-text-stroke-width: 0.3px;
    font-family: Old English Text MT, serif;
        }