@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
a{
    text-decoration: none;
    color: #00ff00;
}
a:visited{
    text-decoration: none;
    color: #00ff00;
}
h1{
    margin: 0;
}
body{
    background-color: black;
    font-family: 'Silkscreen', cursive;
    color: #00ff00;
    margin: 0;
    align-items: center;
    align-content: center;

}
.img{
    margin: auto;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;
    justify-items: center;

}
img{
    height: 720px;
    width: auto;
}