@font-face {
    font-family: 'iran-yekan';
    font-style: normal;
    font-weight: normal;
    src: url('iran-yekan/regular/regular.eot');
    src: url('iran-yekan/regular/regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('iran-yekan/regular/regular.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('iran-yekan/regular/regular.ttf') format('truetype');
}

html {
    font-family: 'iran-yekan';
}

.logo {
    width: 100px;
    height: 100px;
    background: url('Lingo.png') no-repeat 0 0/100%;
    margin: 0 auto 24px;
}

.container {
    max-width: 40vw;
    margin: 0 auto;
    text-align: center;
}

.page-title {
    font-weight: bold;
    font-size: 28px;
}

header {
    padding: 20px 0;
    margin-bottom: 24px;
}

.links .link {
    border: 1px solid #e0e0e0;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.links .link p:nth-child(1) {
    line-height: 1.5em;
    font-size: 20px;
    margin-bottom: 1.6em;
    font-weight: bold;
    color:#f7690e;
}

.links .link p:nth-child(2) {
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 1.6em;
}

.links .link p span{
    color:#f7690e;
}

.btn {
    display: inline-block;
    background: #f7690e;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    margin: 4px 4px;
    transition: 0.3s;
}

.btn.black {
    background: #000;
}

.btn.white {
    background: #fff;
    color: black;
    border: 1px solid #e0e0e0;
}

.btn:hover {
    background: #58b0f0;
}

.btn.white:hover {
    color: white;
}

@media (max-width: 767px){
    .container {
        max-width: 90vw;
    }

    .page-title {
        font-size: 20px;
    }

    .logo {
        width: 64px;
        height: 64px;
    }
}