 body {
            background-color: #eceff1;
        }

        .container {
            width: 350px;
            height: 500px;
            background-color: white;
            margin: 0 auto;
            margin-top: 40px;
            padding: 20px;
        }

        ul {
            list-style-type: none;
            text-align: left;
            padding: auto;
        }

        li {
    text-decoration: underline;
            margin-bottom: 20px;
        }

        a {
            text-decoration: none;
            color: #000;
            font-weight: bold;
        }