* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #f7f7f7;
  font-size: 0.9em;
  color: #555;
}

a {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.install {
  margin: 100px auto 0;
  width: 450px;
}

.install .frame {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 70px;
  background: #fff;
}

.install img {
  width: 100px;
  height: 100px;
}

.install h1 {
  margin: 30px;
  font-size: large;
}

.install .links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}

.install .links * {
  padding: 10px 20px;
  border-radius: 5px;
  width: 120px;
  text-align: center;
}

.install .links span {
  border: 1px solid #ccc;
  font-size: smaller;
}

.install .links a {
  font-size: 0.9em;
  text-decoration: none;
  background: #111;
  color: #fff;
}

.install .links a:hover {
  background: #333;
}

.install .alternate {
  margin-top: 20px;
  text-align: center;
  font-size: smaller;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light-webfont.woff') format('woff'),
    url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}