.background {
  background-color:#FFF1F3;
}
#wrapper {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
img {
    max-width: 100%;
    max-height: 300px;
    height: auto;      
}

.table-scroll {
    overflow-x: auto;
}
.table-scroll table {
    min-width: 900px;
}
.medium-img img {
  max-height: 80vh;
}
.simple-btn {
  background-color: white;
  color: fuchsia;
  border-radius: 5px;
  width: 100px;
  font-size: large;
  align-content: center;
}
.pink-header h1 {
  color: rgb(253, 63, 146);
}
.pink-table {
  background-color: #E6007E;
  width: 95%;
  margin: 0 auto;
  table-layout: fixed;
}
.pink-table th {
  background-color: #FFC0CB;
  width: calc(100%/12);
}
.pink-table td {
  background-color: white;
  align: center;
}