html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: #0f3854;
    background: radial-gradient(ellipse at center, #0a2e38 0%, #000000 70%);
    background-size: 100%;
}

p {
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: url(../font/font.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#dowebok {
    font-family: "Share Tech Mono", monospace;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #daf6ff;
    text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
}

#dowebok .time {
    letter-spacing: 0.05em;
    font-size: 80px;
    padding: 20px 0 0;
}

#dowebok .date {
    letter-spacing: 0.1em;
    font-size: 24px;
}

#dowebok .line {
     padding: 100px 0 0;
}

#dowebok .title {
    letter-spacing: 0.1em;
    font-size: 52px;
    color: #daf6ff;
}

#dowebok .text {
    letter-spacing: 0.1em;
    font-size: 14px;
    padding: 3px 0 0;
    text-align: left;
    margin: 0px 0px 0px 16%;
}

#dowebok .text span {
    height: 24px;
    line-height:24px; 
    margin: 0px 0px 0px 5px;
    vertical-align: middle;
}

#dowebok .text img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

a {
    color: #daf6ff;
    text-decoration: none;
}