* {
    box-sizing: border-box; 
    margin: 0; 
    font-family:Arial, Helvetica, sans-serif;
    }
    
 
    .column {
    float: left; 
    }
    
    .row:after {
    content: ""; 
    display: table; 
    clear: both;
    }

    .btn {
    width: 100%;
    padding-top: 10px;
    }

    .btn a{
        font-size: 20px;
        padding: 14px 20px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        text-decoration: none;
        background-color: #ec4300;
    }

    .btn a:hover {
    background-color: #9fa6ff;
    }

    .btn2 {
    width: 100%;
    padding-top: 10px;
    }

    .btn2 a{
        font-size: 20px;
        padding: 14px 20px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        text-decoration: none;
        background-color: #ec4300;
    }

    .btn2 a:hover {
    background-color: #9fa6ff;
    }

    .footer {
      color: rgb(32, 32, 32);
      text-align: center;
      padding-top: 20px;
      height: 40px;
      font-size: 14px;
      font-weight: 500;
    }