@font-face {
  font-family: Peyda;
  src: url('Peyda.woff');
  font-weight: normal;
  font-display:swap;
}
body {
    margin: 0;
    background: #f6f7f9;
    font-family: Peyda;
}
a {
    color: #0f9d58;
    text-decoration: none;
}
.wrap {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 30px #0001;
}
.head {
    display: flex;
    gap: 20px;
    align-items: center;
}
.logo {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.logo img {
    width: 110px;
    height: 110px;
}
h1,h2,h3 {
    font-size:18px;
}
.dev {
    font-size: 14px;
}
.meta {
    display: flex;
    gap: 16px;
    color: #666;
    margin-top: 10px;
}
.meta span {
    background:#eee;
    padding: 10px;
    width: 100%;
    border-radius: 14px;
    text-align: center;
    font-size: 12px;
}
.btns {
    display: flex;
    gap: 12px;
    margin: 14px 0;
}
.btns span {
    display: block;
    background: #eee;
    color: #0b6d00;
    border-radius: 24px;
    margin-top: 10px;
}
.b {
    text-decoration: none;
    padding: 16px;
    border-radius: 14px;
    background: #f1f3f4;
    color: #222;
    font-weight: 700;
    text-align: center;
}
.blue{
    width: 100%;
    background: #007dd9;
    color: #fff;
}
.green {
    background: #16a34a;
    color: #fff;
    width: 100%;
}
.btnweb {
     display:flex;
}
.btnweb a{
     width: 100%;
    background: #d95200;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
}
.shots {
    display: flex;
    overflow: auto;
    gap: 14px;
}
.shots img {
    width: 200px;
    height: auto;
}