body {
    font-family: sans-serif;
    font-size: 18px;
    background-color: rgb(51, 82, 82);
    color: whitesmoke;
}

a {
    text-decoration: none;
    color: #5aae9a;
    font-weight: bold;
}

footer {
    display: flex;
    gap: 15px;
    justify-content: center;
    font-size: 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    backdrop-filter: brightness(70%);
}

*::selection {
    background: #e1ec72;
    color: black;
}