@media only screen and (max-width: 824px) {
  .logo {
    background-size: 70%; }
  .container div {
    width: 320px;
    height: 120px; }
  .text h1 {
    font-size: 26px; }
  .text p {
    font-size: 16px; } }

@font-face {
  font-family: 'eurostile-Hea';
  src: url(../assets/fonts/Eurostile-Hea.eot) format("eot"), url(../assets/fonts/Eurostile-Hea.svg) format("svg"), url(../assets/fonts/Eurostile-Hea.ttf) format("ttf"), url(../assets/fonts/Eurostile-Hea.woff) format("woff"), url(../assets/fonts/Eurostile-Hea.woff2) format("woff2"); }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "eurostile-Hea", sans-serif;
  color: white;
  background-image: url(../assets/images/bg_3.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.logo {
  width: 400px;
  height: 300px;
  background-image: url(../assets/images/logo.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat; }

.text {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.637); }
  .text h1 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px; }
  .text p {
    font-size: 22px; }
  .text a {
    text-decoration: none;
    color: inherit; }
