.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    
  }
  
p {
font-size: 25px;
}

  .title {
    color: rgb(71, 70, 70);
    font-size: 22px;
  }
  
  button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 15px;
    color: white;
    background-color: #726f6f;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  .shapes {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }


  a {
    text-decoration: none;
    font-size: 20px;
    color: black;
  }
  
  button:hover, a:hover {
    opacity: 0.7;
  }

  h4 {
    font-size: 22px;
  }

 /*untuk layar device berukuran besar*/
@media screen and (min-width: 600px) {
  .button .card .title {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      font-size: 80px;
  }
}