* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  color: #5b5b5b;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}

body img {
  max-width: 90%;
  max-height: 90vh;
  height: auto;
  width: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.disclaimer {
  font-size: 14px;
  color: #5b5b5b;
  text-align: center;
  margin-top: 20px;
}

.disclaimer a {
  color: #5b5b5b;
  text-decoration: underline;
}

.disclaimer a:hover {
  text-decoration: none;
}