body {
  font-family: 'Roboto';
  margin: 0;
  background-image: url('../images/bg-pattern-light.svg');
  background-size: cover;
  background-position: 50%;
  min-height: 732px;
  padding: 0 12px;
  font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span {
  color: #6c757d;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.notification-area {
  background-color: #fff;
  width: 100%;
  max-width: 447px;
  margin: 1em auto;
  text-align: center;
  padding: 0 1em 1em;
  border: none;
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  border-radius: .25rem;
}

.header-area {
  padding: 2em 1em;
  border-bottom: 1px solid #ececec;
}

img {
  max-width: 100%;
}

.content-area {
  padding: 25px;
}

p {
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.5;
}

.minutes,
.seconds {
  display: none;
}
