@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
* { padding: 0; margin: 0; overflow-x: hidden; }
.int , .btn { font-family: "Open Sans", sans-serif; }
body { font-family: "Poppins", sans-serif; }
a { text-decoration: none; }
p { font-size: 18px; }
.form { display: flex; gap: 10px; justify-content: center; flex-direction: column; margin: 10px 20px; }
.int { padding: 12px 15px; outline: none; border-radius: 125px; border: 1px solid #eee; }
.btn { padding: 12px; color: #fff; font-weight: bolder; font-size: 16px; border: none; border-radius: 125px; background: #e40006; }
.header { padding: 10px; font-family: "Roboto Mono", monospace; font-weight: 500; display: flex; align-items: center; background: #e40006; color: #fff; }
.customer-text { display: flex; align-items: center; gap: 10px; margin: 10px; }
.customer-text h3 { margin: 0px; color: #858585; font-size: 20px; font-weight: 560; text-transform: uppercase; }
.customer-text hr { flex-grow: 1; border: none; border-top: 2px solid #eee; }