
		.lista{
            display: list-item;
            margin-top: 50px;
            

        }
        .lista button {
            width: 100%;
            height: 60px;
            background-color: rgba(1, 1, 1, 0.5);
            color: white;
            text-align: center;
            margin-bottom: 20px;
		}
        .lista a{
            color: white;
            font-size: 22px;
        }

		