*{
    font-family: Verdana, Geneva,
    Tahoma, sans-serif;
    font-size: 1.2rem;
}

body{
    background: rgb(37, 237, 37);
    background: linear-gradient(to right, rgb(33, 232, 33), white);
}

.container
{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.links
{
    justify-content: space-between;
    display: flex;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}