@import url("fonts.css");
* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
a {
    color:#21bd8f;
    text-decoration:underline;
}
body {
    background:#fff url(images/bg-erro.png) top center no-repeat;
    font-size:26px;
    font-family: 'latolight';
    color:#7093b8;
}
h1 {
    font-size:26px;
    font-weight:normal;
    font-family: 'latoblack';
    color:#001147;
    text-transform:uppercase;
}
    div {
        width:600px;
        margin:auto;
        padding:250px 0 0 0;
        text-align:center;
    }
        p {
            margin:10px 0 0 0;
            line-height:29px;
        }