* {
    margin: 0;
    padding: 0;  
    box-sizing: border-box;   
}


body {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    background-color:  black
}


.button-box {
    margin-top: 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }



  .text-button1 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size: 10px;
    
  }

  .button1 {
    margin-top: 150px;
    height: 80px;
    width: 80px;
    border-radius: 30%;
    border-color: none;
    color: #000000;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    
  
  }

    .button1:hover {

    height: 80px;
    width: 80px;
    border-radius: 0%;
    border-color: none;
    color: #000000;
    background-color: #fdb6da;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease 0.1s;
   
  
  }

  p {

    font-family: Arial, Helvetica, sans-serif;
    color: rgb(44, 44, 44);
    letter-spacing: 1px;
    font-size: 12px;
    justify-content: center;
  
  }

  @media screen and (max-width:720px) {


    .button-box {
        margin-top: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    
    
      .text-button1 {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 3px;
        font-size: 10px;
        
      }
    
      .button1 {
        margin-top: 150px;
        height: 80px;
        width: 80px;
        border-radius: 30%;
        border-color: none;
        color: #000000;
        background-color: #ffffff;
        margin-left: auto;
        margin-right: auto;
        
      
      }
    
        .button1:hover {
    
        height: 80px;
        width: 80px;
        border-radius: 0%;
        border-color: none;
        color: #000000;
        background-color: #fdb6da;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.5s ease 0.1s;
       
      
      }
    
      p {
    
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(44, 44, 44);
        letter-spacing: 1px;
        font-size: 12px;
        justify-content: center;
      
      }


    }


  @media screen and (min-width:1080px) {

    .button-box {
        margin-top: 11%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }


  }