* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  height: 100vh;
}

img {
  max-width: 100%;
}

#ppsh-logo {
  width: 400px;
  margin-bottom: 2rem;
}

#footer-logo {
  width: 25px;
  margin-right: 0.7rem;
  border-radius: 5px;
}

h1 {
  margin-top: 2rem;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  height: 90vh;
  margin: 0 auto;
  text-align: center;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  height: 10vh;
  background: black;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}
