body {
  margin: 0;
}

.container {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.header {
  background-color: #061C71;
  padding: 20px 10px 40px 10px;
}


.logo {
  float: left;
  margin-left: 40px;
}

.updateBrowserTitle {
  color: #191919;
  font-size: 32px;
  margin-top: 143px;
}

.descriptionText {
  color: #191919;
  font-size: 14px;
  line-height: 24px;
}

.browserIcon {
  height: 100px;
  margin-top: 10px;
  width: 100px;
}

.icons {
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
}

.buttonBox {
  margin-top: 80px;
}

a.button {
  background-color: #029AE1;
  border: 1px solid #029AE1;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
}

a.button:hover {
  background-color: white;
  color: #029AE1;
}
