@media (max-width: 575px) {

  body {
    background-color: #DA0463;
  }

  .drum {

    align-items: center;
    outline: none;
    border: 10px solid #404B69;
    font-size: 5rem;
    font-family: 'Arvo', cursive;
    line-height: 2;
    font-weight: 900;
    color: #DA0463;
    text-shadow: 3px 0 #DBEDF3;
    border-radius: 15px;
    /* flex-direction: ; */
    /* width: 200px;
    height: 200px; */
    justify-content: center;
    margin: 10px;
    background-color: white;
  }

  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }


}