.malwareButton {
  margin: 1rem;
  align-self: center;
  justify-content: center;
}

.centered {
  max-width: 50%;
  display: block;
  margin: auto;
}

.textStyle {
  color: white;
  font-weight: bold;
  text-align: center;
}

.textTitle {
  padding: 0 0.5rem 0 2rem;
  margin-top: 2rem;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}

.fullWidth {
  width: 100%;
  flex: 1;
}

.buttonClose {
  padding: 1rem;
}

.spacer {
  height: 0.8rem;
}
