body {
    background-color: #232323;
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #fff;
}

.greeting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.odkazy {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.odkazy ul {
    list-style-type: none;
    padding: 0px;
}

.odkazy a {
    font-size: 20px;
    color: #5c71ea;
    text-decoration: none;
}

a:hover {
    text-decoration: underline #fff;
}