
  
  
  .p-m-6{
    height: 1000px;
    position: relative;
    left: 90px;
    top: 150px;
    transform: rotate(-3deg);
    border: 10px solid rgb(255, 94, 0);
    border-radius: 20px;
    transition: 0.5s;
    position: relative;
  }
  
  
  .p-m-6:hover{
    border: 10px solid rgb(255, 153, 0);
    border-radius: 60px;
    box-shadow: 0 0 20px rgb(255, 98, 0);
    transform: rotate(3deg);
  }
  
  .link-1{
   
    font-size: 60px;
    transition: 0.5s;
  }
  
  .link-1:hover{
    
    color: rgb(255, 42, 42);
  }
  
  .BNB{
    text-decoration: none;
    border: 3px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 25px;
    margin-left: 10px;
    position: relative;
    top: 170px;
    left: 630px;
    transition: 0.5s;
    align-self: center;
  }
  
  .BNB:hover{
    box-shadow: 0 0 30PX rgb(255, 49, 49);
    border: 3PX solid rgb(255, 38, 38);
    color: rgb(255, 41, 41);
  }
  
  .BNB-2{
    text-decoration: none;
    border: 3px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 25px;
    margin-left: 10px;
    position: relative;
    top: 250px;
    left: 460px;
    transition: 0.5s;
    align-self: center;
  }
  
  .BNB-2:hover{
    box-shadow: 0 0 30PX rgb(255, 49, 49);
    border: 3PX solid rgb(255, 38, 38);
    color: rgb(255, 41, 41);
  }
  
  .BNB-3{
    text-decoration: none;
    border: 3px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 25px;
    transition: 0.5s;
    text-align: center;
  }
  
  .BNB-3:hover{
    box-shadow: 0 0 30PX rgb(255, 49, 49);
    border: 3PX solid rgb(255, 38, 38);
    color: rgb(255, 41, 41);
  }
  
  .bottomtxt{
    color: rgb(0, 0, 0);
    position: relative;
    top: 500px;
  }
  
  .arb{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 7000;
  }  
  
  .link-text{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bnb-pic{
    margin-top: 15%;
    height: 500px;
    border-radius: 20px;
    border: 20px;
    box-shadow: 0 0 30PX rgb(255, 49, 49);
    border: 7PX solid rgb(255, 38, 38);
    color: rgb(255, 41, 41);
  }

  
  .div-piv-bnb{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  
  }

  @media only screen and (max-width: 1440px) {

    .arb{
      display: flex;
      align-items: center;
      width: 1000px;
    }
    .div-pic-bnb{
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .bnb-pic{
      width: 800px;
      height: auto;
    }
    .BNB-3{
      font-size: 50px;
      margin-left: 30px;
      margin-right: 30px;
    }

    .link-1{
      font-size: 70px;
    }
    .link-text{
      display: flex;
      align-items: center;
      width: 1000px;
    }
  }
  