        body {            margin: 0;            padding: 0;        }        a:-webkit-any-link {            text-decoration: none !important;        }        .head {            width: 100%;            background: #efefef;            padding-bottom: 8px;        }        .company {            padding: 3px 20px;            font-size: 12px;            color: #c4c4c4;        }        @media screen and (min-width: 700px) {            .head {                display: flex;                align-items: center;            }        }        .info {            margin: 30px 0 10px 0;            font-size: 30px;            color: #727272;        }        .appstore {            text-align: center;            width: 130px;            line-height: 40px;            height: 40px;            border-radius: 10px;            color: white;            display: flex;            flex-direction: row;            align-items: center;            justify-content: center;        }        .appstore img {            width: 20px;            height: 20px;            margin-right: 10px;        }        .picIcon {            width: 300px;            margin-bottom: 8px;            border: solid 1px #dedede;        }        .footer {            display: flex;            flex-direction: row;            justify-content:space-around;            width: 100%;            box-sizing: border-box;            padding: 30px 20px;            background: #efefef;        }    