html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    color:  #009A96;
    font-size: 80px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@font-face {
    font-family: arial;
    src: url('arial.ttf') format('truetype');
 
    font-weight: normal;
    font-style: normal;

}
body {
     overflow:hidden;
     background: #fff;
     -webkit-animation: random 0.005s infinite;
     animation: random 0.005s infinite;
}
@keyframes  random {
    15% { background: red; }
    30% { background: yellow; }
    45% { background: green; }
    60% { background: blue; }
    75% { background: white; }
}
html {
    height: 101.0%;
}
/*
@keyframes mymove{
    form{background: #38dc58; }
    to{background: #9b40f1;}
}
YOU CAN USE LIKE IT TOO :d
*/

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    transition: all 5s ease-out;
    background:transparent;
    color:#FFFFFF;
    font-family: 'arial';

    font-size:80px;
    text-align:center;
}