.title {
    text-align: center;
    font-size: 1.5rem;
}

li{
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
}

button{
    margin: 0;
    margin: 5rem 1rem 0 1rem;
    padding: 1rem 2rem;
    max-width: 12.875rem;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 100px;
    background-color: var(--clr-light);
    cursor: pointer;
}