@font-face {
    font-family: dusha;
    src: url(dusha.ttf);
}

html,
body,
h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    background: #fff;
    font-family: dusha, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
.bodyy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    background-image: url(/fonbg.jpg);
    z-index: -10;
}
header {
    margin: 250px auto 0;
    width: 220px;
}
h1 {
    letter-spacing: 1px;
    position: relative;
    width: 220px;
    height: 60px;
}
h1 b{
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 60px;
    font-size: 72px;
    color: #03A9F4;
}
h1 i{
    font-style: normal;
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4CAF50;
}

footer {
    display: block;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 15px;
        text-align: center;
        color: #aaa;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: 36px;
        height: 36px;
}

footer a {
    font-size: 15px;
    color: #aaa;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}