* {
    margin: 0 !important;
    padding: 0 !important;

    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: linear-gradient(120deg, rgb(223, 21, 21), rgb(214, 40, 40));
}

ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

ul li {
    width: 200px;
    height: 200px;
}

ul li a {
    display: block;
    border: 2px solid darkblue;
    background-color: white;
    border-radius: 1rem;
    line-height: 200px;
    text-align: center;
    color: darkblue;
    text-decoration: none;
}