body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

#container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-height: 66vh;
}


img {
    max-width: 66vh;
  max-height: 66vh;
}

span {
    color: white;
    font-size: 8em;
}

.pill {
    background-image: url("./assets/pill.png");
    background-size: 200%;
}