@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap');

* {
    font-family: 'Inter Tight', Century Gothic, sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    list-style: none;
    padding: 1rem;
    text-align: center;
}

body {
    background: #2b343b;
}

li {
    background: linear-gradient(90deg, rgba(243, 72, 104,1) 20.796875%,rgba(242, 71, 104,1) 20.796875%,rgba(158, 0, 236,1) 80.796875%);
    margin: 1rem;
    border-radius: 10px;
}

a  {
    color: white;
}