.browser__notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0,0,0,0.4);
  font-family: "Trebuchet MS", sans-serif;
  display: none;
}

.browser__window {
  background: #fff;
  margin: 40px auto;
  padding: 50px 20px;
  text-align: center;
  max-width: 580px;
  width: 90%;
  border-radius: 4px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.browser__window h2 {
  color: #1b2c68;
  font-size: 22px;
}

.browser__window p {
  color: #707070;
  font-size: 16px;
  margin-bottom: 30px;
}

.browser__window p.dark {
  color: #000;
  font-size: 18px;
}

.browser__button {
  width: 220px;
  height: 48px;
  line-height: 48px;
  border: 0;
  box-shadow: none;
  background: #F57A19;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.browser__button:hover {
  background: #d96b14;
}
