@font-face {
	 font-family: Recta;
	 src: url("../font/Recta.eot") /* EOT file for IE */
}
@font-face {
	 font-family: Recta;
	 src: url("../font/Recta.ttf") /* TTF file for CSS3 browsers */
}

* {
	font-family: Recta;
}

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#wrap {
   display: flex;
   justify-content: center;
   flex-direction: column; 
   text-align: center;
   position: fixed;
   left: 20px;
   top: 20px;
   right: 20px;
   bottom: 20px;
}

#wrap img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100% - 100px);
    flex-grow: 0;
}

#wrap a {
    color: #000;
    text-decoration: none;
    font-size: calc(14px + 1vw);
    padding: 10px;
    display: inline-block;
}

#wrap a:hover {
    text-decoration: underline;
}