body {
  margin: 0px;
  padding: 0px;

  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.app {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #007D32;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
}

.nav__link {
  display: block;
  color: #E8E8E8;
  text-decoration: none;
  margin: 25px 10px;
}

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

.content {
  text-align: center;
  width: 80%;
  max-width: 360px;
}

.main {
  font-size: 50px;
  color: #161616;
  padding: 0px;
  margin: 0px;
}

.question {
  font-size: 18px;
  color: #E8E8E8;
}

.date {
  font-size: 18px;
  color: #E8E8E8;
}

.comment {
  font-size: 10px;
  color: #E8E8E8;
  margin: 0px;
}

.reason {
  font-size: 18px;
  color: #161616;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}

.notifications {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  border: none;
  background: none;
  color: #E8E8E8;
  cursor: pointer;
}

.granted {
  display: none;
}