.logo {
    background: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-style: italic;
    font-weight: medium;
    font-size: 22px;
}

a {
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;

    color: black;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: none;
}
