.bground {
    background-color: #191919;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1{
    text-align:center;
    font-size: 24px;
    color: white;
    background-color:#191919;
}
.cell {
    background-color: rgb(67, 67, 67);
    padding: 2rem;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    font-size: 24px;
    border-radius: 18px;
    margin-top: 10px;
    
}

a:hover {
    color: gray;
}
a{
    color:white;
    text-decoration: none;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}