<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="shortcut icon" href="https://megustavolar.iberia.com/maintenance/favicon.png">
  <title>Me gusta volar - Iberia</title>
  <style>
    *{
      padding: 0;
      margin: 0;
    }
    html, body{
      height: 100%;
    }
    body{
      background-color: #D7192d;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
    }
    img{
      max-width: 100%;
    }
    img.logo-mgv{
      width: 400px;
      height: auto;
      margin-bottom: 40px;
    }
    img.logo-iberia{
      width: 300px;
      height: auto;
    }

  </style>
</head>
<body>
  <a href="https://www.iberia.com/"><img src="https://megustavolar.iberia.com/maintenance/logo-iberia.svg" class="logo-iberia" width="300" height="200" alt=""></a>
</body>
</html>