
        body {
            padding: 0 20px;
            background: #000;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .content{
            max-width: 800px;
            min-height: calc(100vh - 70px);
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 100px;
            box-sizing: border-box;
            color: #fff;
        }

        .dl-btn{
            display: inline-flex;
            height: 50px;
            line-height: 50px;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            color: #000;
            background: #fff;
            font-size: 16px;
            width: 160px;
            margin: 16px;
            cursor: pointer;
            text-decoration: none;
        }

        img {
            width: 30%;
        }


        #bottom {
            display: flex;
            justify-content: center;
            width: 100%;
            font-size: 13px;
            text-decoration: none;
        }

        p {
            line-height: 1.6em;
        }
        
        .mp{
			text-align: center;
            color: #fff;
        }
        
        .mpa{
			color: inherit;
			text-decoration: none;
        }
    