/*
red: #ff005c
blue: #01e6fe
green: #00ff7e
*/

body {
  padding: 0;
  margin: 0;
  font-family: "Google Sans Code", monospace;
  background-color: #ff005c;
  color: #ffffff;
}

a, a:visited, a:active {
  color: #ffffff;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.logo {
}

.title {
  margin-top: 40px;
  font-size: 14pt;
  font-family: "Google Sans Code", monospace;
}

.center {
  text-align: center;
}

.page-title {
  font-size: 16pt;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-heading {
  font-size: 14pt;
  font-weight: 800;
  margin-top: 20px;
}

.page-copy {
  font-size: 12pt;
  margin-bottom: 20px;
}

.privacy-modified {
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
}

.privacy-address {
  padding-left: 20px;
  padding-bottom: 20px;
}

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

.store-badge {
  display: block;
}

.store-badge img {
  display: block;
  width: 250px;
}

.store-badge.apple {
  border-radius: 13px;
  width: 250px;
  height: 83px;
}

.store-badge.apple img {
  border-radius: 13px;
  height: 83px;
}

.store-badge.google {
  margin-bottom: 20px;
}
