body {
    background-color: #1f1f1f;
    -webkit-text-fill-color: whitesmoke;
}

a:hover {
    -webkit-text-fill-color: rgb(255, 133, 152);
}

a:active {
    -webkit-text-fill-color: whitesmoke;
}

.hotlink {
    -webkit-text-fill-color: rgb(252, 199, 207);
    text-decoration: none;
}

.wrapper-other {
    display: inline-block;
    text-align: left;
    font-style: italic;
    width: 750px;
    margin-top: 120px;
    margin-left: 200px;
}

.small-container-other {
    margin-top: 150px;
    margin-left: 400px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-style: italic;
}