body,p,h1 {
    text-align:center;
    font-size: 24px;
    color: white;
    background-color: #191919;

}

a:hover{
    color: white;
}
a{
    color:red;
}

.marrant {
    color:#191919;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
