    @font-face {
    	font-family: iranyekan;
    	font-style: normal;
    	font-weight: normal;
    	src: url('/wp-content/themes/pooyeshniroo/fonts/iranyekanwebregularfanum.woff') format('woff');
    }
        body {
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: iranyekan;
        }
        .webapp_logo {
            background: red;
            width: 90%;
            display: block;
            margin: 10px auto;
            border-radius: 5px;
            box-shadow: 0px 0px 5px 3px #e1e1e1;
        }
        .webapp_logo img{
            width:50%;
        }
        .icons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            align-content: center;
            width: 90%;
            margin: 0 auto;
        }
        .icons a {
            width: 32%;
            border: 1px solid #ff0000;
            margin: 0.3%;
            border-radius: 5px;
            text-decoration: none;
            color: #333;
        }
        .icons a span {
            font-size: 12px;
        }