html body {
    background-color: rgb(129, 129, 129);
}

main {
    margin-right: 50px;
    margin-left: 50px;
}

.posts {
    margin-top: 10px;
    margin-bottom: 10px;
}

.posts a {
    text-decoration: none;
    color: white !important;
    font-size: 20px;
    font-style: italic;
}
.posts a:hover {
    text-decoration: underline;
}

.title {
    text-decoration: none;
    color: white;
    font-weight: 800;
    font-size: 25px;
}

.title:hover {
    text-decoration: underline;
}