@import url(http://fonts.googleapis.com/css?family=Pacifico);

header {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    cursor: default;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}
h1 {
    position: relative;

    font-family: 'Pacifico', cursive;
    font-size: 48px;
    color: #df4e6b;
    text-shadow: 4px 4px 0 #CCC;
    padding: 0.5em 0;
    line-height: 1.0;
}
h1::before {
    content: '';
    position: absolute;
    bottom: 100%;
    display: block;
    height: 164px;
    width: 100%;
    background: url('guuhisui.gif') center no-repeat;
}