@font-face {
  font-family: "akfont";
  src: url(fonts/akfont.ttf);
  font-display: swap;
}
body{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
.full-screen{
    width:100vw;
    height:100vh;
    overflow:hidden;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background: #f3f2ed;
}
#logo{
    width:400px;
    height:397;
}
p {
    margin:10px 0px;
    font-family:"akfont";
    font-size:30px;
}
.info p{
    margin:16px 0px;
    font-size:22px;
}
a {
    text-decoration:none;
    color:#000;
}
.social{
    margin-top:20px;
    text-align:center;
}
.social img{
    width:32px;
    height:32px;
}