body {
    font-size: 3em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(22, 22, 22);
    color: whitesmoke;
    text-align: center;
}

input {
    border-radius: 7px;
    font-size: 0.4em;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(57, 57, 57);
    color: whitesmoke;
}

button {
    border-radius: 7px;
    font-size: 0.7em;
    font-weight: 600;
    text-align: center;
    color: whitesmoke;
    background-color: rgb(32, 32, 32);
    height: 70px;
    width: 200px;
}

.listsContainer {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    font-size: 0px;
}

#title {
    font-size: 0px;
}

#anchor {
    font-size: 0px;
} /*plz work */
