

@font-face {
    font-family: 'Eurostile';
    src: url('EurostileRegular.eot');
    src: url('EurostileRegular.eot?#iefix') format('embedded-opentype'),
        url('EurostileRegular.woff2') format('woff2'),
        url('EurostileRegular.woff') format('woff'),
        url('EurostileRegular.ttf') format('truetype'),
        url('EurostileRegular.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  text-decoration: none;
}

body,html{
    height: 100%;
    background: #1c426b;
}
div{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 100%;
}
img{
    width: 45%;
    display: block;
    margin: 0 auto;
}
p{
    color: #fff;
    font-family: 'Eurostile';
    font-size: 40px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width: 767px){
    img{
        width: 200px;
    }
    p{
        font-size: 20px;
    }
}

