body {
    font-family:'Courier New', Courier, monospace;
}

ul {
    list-style-type: none;
}

.top-title {
    display: flex;
    justify-content: center;
}

.long-para {
    width: 60%;
    text-align: justify;
}

.unlinked {
    text-decoration: line-through;
}