a {
			text-decoration: none;
		}

		body {
			margin: 0;
			padding: 0;
			font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
			background: #100453;
			color :#eee;
		}

		.fixed-width-container {
			margin: 20px auto 18px auto;
			width: 320px;
		}

		h1, h2 {
			font-size: 18px;
			font-weight: 500;
			text-align: center;
			/*color: #4E2B99;*/
			/*color: #21ffe2;*/
			color: #eee;
		}

		h1 a, h2 a {
			text-decoration: underline;
			color: #4E2B99;
		}

		h1 {
			padding: 10px 10px 30px 10px;
		}

		h2 {
			padding: 40px 20px 70px 20px;
		}

		/*.download-button {
			position: fixed;
			bottom: 60;
			left: 50%;
			margin-left: -190px;
			width: 380px;
			height: 75px;
			text-align: center;
		}*/

		.download-button1 a {
			border-radius: 5px;
			background: #eee;
			margin: 0;
			display: inline-block;
			color: #333;
			font-size: 16px;
			font-weight: 600;
			text-align: center;
			position: relative;
			margin: 0 5px;
			padding: 0 5px;
			width: 100px;
		}

	    .legal {
	      margin: 60px 0px 10px 0px;
	      text-align: center;
	      z-index: -1000;
	    }

	    .legal ul {
	      list-style: none;
	      -webkit-padding-start: 0px;
	      text-align: center;
	      display: inline;
	    }

	    .legal li {
	      display: inline;
	    }

	    .legal a,
	    .legal span{
	      background: none;
	      color: #AAA;
	      font-weight: 400;
	      font-size: 12px;
	      line-height: 16px;
	      display: inline;
	      margin: 20px 5px 40px 5px;
	    }
	    .legal span{
	      color: #AAA;
	    }

	    .legal a:hover {
	      text-decoration: underline;
	    }

			ul {
            list-style: none;
            margin: 0;
            padding: 0;
						margin-bottom:30px;
						margin-left:50px;
        }

        ul li {
            padding: 5px 0;
        }

        ul li strong {
            display: inline-block;
            padding: 5px 8px;
            margin: 0 5px 0 0 0;
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            background: #fff;
						color:#333;

        }
		@media all and (max-width: 420px) {
			.download-button {
				position: fixed;
				bottom: 5;
			}

			.download-button a {
				width: 150px;
			}

			.legal {
			  margin-top: 0;
			  text-align: center;
			  z-index: 1000;
			  margin-bottom: 100px;
			}

			h2 {
				padding-bottom: 40px;
			}
		}

		@media all and (max-width: 320px) {
			.download-button a {
				width: 130px;
			}
		}