body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    color: #666
}

body b {
    color: #01355d;
}

body h1 {
    color: black;
}

.container {
    margin: 0;
    min-height: 60vh;
    text-align: center;
    border: 2px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name {
    padding: 1px;
    text-align: left;
}

.center {
    width: 100%;
    max-width: 800px;
}

.noti {
    font-size: 20px;
    text-align: start;
}

.button {
    font-size: 15px;
    text-align: right;
    color: black;
    cursor: pointer;
}

.chess-container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.attribution {
    font-size: 11px;
    text-align: center;
    margin-top: auto;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}

img {
    margin-top: -18px;
    vertical-align: middle;
    margin-right: 10px;
}

.text-content {
    display: flex;
    align-items: center;
    position: relative;
}

.only-text {
    overflow: hidden;
}

.text-time {
    display: flex;
    flex-direction: column;
}

.text-time p {
    margin-top: 0px;
}

.comments {
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

.unread {
    background-color: #f7fafd;
    border-left: 3px solid blue;
}

.unread .text-time .only-text::after {
    content: '•';
    color: red;
    font-size: 1.5em;
    vertical-align: middle;
}

.notification-item {
    margin-bottom: -10px;
}

.first-three-notifications {
    margin-bottom: 15px;
    height: 75px;
}