*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.design{
    margin: 100px 0;
}
.design h2{
    font-size: 40px;
    font-weight: 600;
    color: #d70073;
    margin-bottom: 50px;
    text-align: center;
}
 .row {
    --bs-gutter-x: 0;
}
  
.content{
    /* width:310px; */
    margin-top: 50px;

}  
.content img{
    width: 100%;
    height: 100%;

}

/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
  }
  .website-links h2{

    font-size: 35px;
    font-weight: 500;
    color: #0E5E6F;
    margin-bottom: 40px;
    text-align: center;
  }
  .margin-btm-devide{
    margin-bottom: 30px
  }
  .website-links h3{
    font-size: 18px;
    color: rgb(71, 71, 71);
    margin-bottom: 10px;
  }
  .website-links h3 span{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }
  .website-links a{
    /* margin-left: 10px; */
    font-size: 17px;
  }
  /* Create three equal columns that floats next to each other */
  /* .column {
    float: left;
    width: 33.33%;
    display: none;
  } */
   /* Hide all elements by default */
  /* Clear floats after rows */ 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
    background-color: white;
    padding: 10px;
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: #ddd;
  }
  
  .btn.active {
    background-color: #666;
    color: white;
  }

  