*{box-sizing:border-box;padding:0;margin:0}html{height:100%;max-width:1440px;margin-inline:auto;background-color:#fff}body{min-height:100%;display:flex;flex-direction:column;gap:30px}header>h1{text-transform:capitalize;letter-spacing:1.1px}header,footer{background-color:#2c2c2c;color:#fff;width:100%;text-align:center;height:70px;line-height:70px}main{flex:1;padding:30px}main label{display:block;font-size:1.2rem;text-transform:capitalize;margin-bottom:6px;max-width:fit-content}main>div{margin-bottom:20px}main input{width:100%;height:40px;padding-left:5px;border-radius:6px;border:2px solid black}main select{width:250px;height:40px;border-radius:6px;border:2px solid black;margin-bottom:6px}main input:focus,main select:focus{border:2px solid transparent;outline:2px solid darkorange}main>div:nth-of-type(2)>p{color:#646464}table{width:100%;margin-top:30px;border-collapse:collapse}table tr{border-bottom:1px solid lightgray}table tbody td{padding:15px 0}table tbody th{font-weight:400}table>thead th{text-transform:capitalize}table tr,table th{padding:6px 0}table tr>th:nth-of-type(1){width:15%}table tr>th:nth-of-type(2){width:80%;text-align:left}table tr>th:nth-of-type(3){width:5%}table tr>th:nth-of-type(1){text-align:left}table>tbody>tr>td:last-child{text-align:left}table tr>th:nth-of-type(3){text-align:right}footer>address{font-style:normal;font-size:large}footer a{color:#fff}
