@font-face {
    font-family: "HV1";
    src: url("H-V1.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #ffffff;
    font: 18px/1.5 'Ubuntu', sans-serif;
    width: 100%;
    height: 100%;
    overflow:hidden
}

h1 {
    font-size: 260px;
    font-weight: bold;
    font-family: HV1;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0.5em;
    /*display: none;*/
}

#amikuSiteName{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 2em;
}
#amikuFooterCon{
    position: absolute;
    bottom: 10px;
}
#amikuFooterCon, #amikuFooterCon a{
    text-align: center;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    width: 100%;
    margin: 0 auto
}
h1 {
    font-size: 60px;
    font-weight: bold;
}


#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -300px;
    height: 260px;
    width: 600px;
    text-align: center;
}