@media (min-width: 360px) and (max-width: 375px) {
#container {
    width: 340px;
    height: 610px;
    align-items: center;
    border-radius: 20px;
    border-style: solid;
    border-color: hsl(0, 0%, 8%);
    margin-top: 200px;
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 12%)
  }

  .button {
    border-radius: 10px;
    border-style: solid;
    border-color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 20%);
    width: 290px;
    height: 20px;
    margin-top: 10px;
    color: hsl(0, 0%, 100%);
    font-size: 15px;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  }