@font-face {
    font-family:'font' ;
    src: url('fonts/font.ttf');
}
body{
    background-color: rgb(234, 218, 218);
    direction: rtl;
    font-family: font;
}
.nus{
    box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 8px;
    width: 90%;
    border-radius: 10px;
  margin-right: 4%;
}
.nus p{
  padding: 10px;
}
img{
    width: 40%;
    height: 70%;
    display: inline;
    float: left;
}
/* CSS */
.button-28 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: font;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 20%;
    will-change: transform;
  }
  
  .button-28:disabled {
    pointer-events: none;
  }
  a{
    text-decoration: none;
   color: black;
}
a:hover{
    color: #fff;
}
  .button-28:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  .button-28:active {
    box-shadow: none;
    transform: translateY(0);
  }