@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background: #ecf0f1;
  -webkit-font-smoothing: antialiased !important;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.container img {
  max-width: 20%;
  padding: 40px 0;
}

.container .footer a {
  font: 14px 'Roboto', sans-serif;
  padding: 0 10px;
}