body {
    background-color: rgb(36, 36, 36);
    color: aliceblue;
    margin: 0px;
}
a {
    text-decoration: none;
}
.title {
    font-size: 400%;
    text-align: center;
}
.bottom{
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
}
