We Are Here To Help Out

We Are Have Good Books

You can Access this site 24/7. any Help Call Us

*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Oswald', sans-serif; } header{ width: 100%; height: 100vh; background-image: url('UD.png') ; background-repeat: no-repeat; background-size: 100% 100%; } .mainheader{ width: 100%; height: 100px; display: flex; justify-content: space-between; align-items: center; } .mainheader nav{ width: 450px; display: flex; justify-content: space-around; align-items: center; } .mainheader nav a{ text-decoration: none; color: black; text-transform: uppercase; } .menubtn{ margin-right: 60px; } .mainheader button{ padding: 10px 45px; text-align: center; font-size: 14px; color: #fff; border: none; background-color: red; border-radius: 10px; } .mainheader .logo img{ width: 250px; height: 70px; } main{ width: 100%; display: flex; justify-content: space-between; align-items: center; } main .leftsec{ padding-left: 100px; } main .rightsec{ padding-right: 70px; } .leftsec h2{ font-size: 20px; text-transform: capitalize; font-weight: lighter; color: #2727272; margin-top: 100px; } .leftsec h1{ font-size: 45px; text-transform: capitalize; font-weight: 700; margin: 15px 0; } .leftsec p{ margin-bottom: px; } .leftsec button{ padding: 15px 45px; text-align: center; font-size: 14px; color: #fff; border: none; background-color: red; border-radius: 10px; }