@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,200i,400,400i,700,700i,900,900i&display=swap');

* { margin:0; padding:0; }

body {
         margin:2vh;
         background:rgba(255,255,255,1);
         font-size:100.01%;
         }

.wrapper {
         height: 96vh;
         background: rgba(250,250,251,1);
         }

.content {
         position: absolute;z-index:1;
         top: 50%;
         -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
         transform: translateY(-50%);
         text-align:center;
         width:96vw;
         }

h1.title {
         font-family: 'Montserrat', serif;
         font-size:8vh;
         color:rgba(0,0,0,1);
         font-weight: 100;
         }
sup {
         font-size:25%;
         color:rgba(0,0,0,0.33);
         }

p {
         font-family: 'Montserrat', serif;
         font-size:2.5vh;color:rgba(0,0,0,1);
         font-weight: 100;
         }

a img {
         border:0px;
         width:4vh;
         }

.hf {
        position: absolute;
        z-index:102;
        top:5vh;
        left:2.5vw;
        width:92vw;
        text-align:center;
                }

.hf img {
         border:0px;
         width:10vh;
         }

a        {
         font-family: 'Montserrat', serif;
         color: rgba(220,080,060,1);
         font-size:1.5vh;
         text-decoration: none;
         }