@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.wrapper {
  text-align: center;
  margin: 20vh auto;
  width: 50%;

  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  line-height: 64px;
}

.danger {
  color: red;
}

a {
  font-size: 44px;
  line-height: 64px;
}

@media (max-width: 425px) {
  .wrapper {
    width: 90%;
  }
  .wrapper,
  a {
    font-size: 32px;
    line-height: 44px;
  }
}
