body {
        background-color: #141414;
        margin: 0;
        padding: 20px;
        font-family: Arial, Helvetica, sans-serif;
}

.menu {
        background-color: #1b1b1b;
        color: #f9f9f9;
        font-weight: bold;
        font-size: large;
        padding: 10px 20px 10px 20px;
        text-align: left;
        border-radius: 10px;
        margin-bottom: 20px;
}
.menu a {
        color: #4caf50;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
}

.menu a:hover {
        text-decoration: underline;
}

h2 {
    color: #f9f9f9;
    font-size: x-large;
    margin: 20px 0 10px;
}

p {
    color: #bdbdbd;
    line-height: 1.6;
    margin-top: 5px;
}

.element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1b1b1b;
    color: #f9f9f9;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.element .content a{
    font-size: 18px;
    text-decoration: none;
    color: #f9f9f9;
    font-weight: bold;
}

.element .content a:hover{
    color: #f9f9f9;
    text-decoration: underline;
}
.element .link a img {
    width: 24px;
    height: 24px;
}
