html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #4A4A4A;
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.model {
  margin: 50px;
}
.brand {
  margin: 50px;
}
.version {
  
}
a {
  color: #07D1FA;
}