@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap");
html {
  /* height: 100%; */
}
body {
  /* height: 100vh; */
  padding: 0;
  margin: 0;
  /* overflow: scroll; */
  font-family: "Work Sans", sans-serif;
  /* background: transparent linear-gradient(180deg, #ffffff 0%, #c2c2c2 100%) 0%
    0% no-repeat padding-box; */
}
p {
  /* margin: 32px 0; */
  font-size: 12px;
  /* text-align: justify; */
}
.contact {
    height: 300px;
}
.uninstall {
    margin: 32px 0;
}
.uninstall p{
margin: 16px 0;
}
.w-100 {
  width: 100%;
}
.main {
  position: relative;
  height: 80vh;
  width: 100%;
}
.main h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
}
.main h2 {
  margin: 0;
  margin-top: 8px;
  font-size: 32px;
}
ul {
  padding-left: 16px;
  margin: 32px 0;
}
ul li {
  font-size: 12px;
  margin-bottom: 16px;
  color: #000;
}
.header {
  height: 110px;
  background-color: #002aff;
  color: #fff;
}
.h-100 {
  height: 100%;
}
.header h1 {
  padding: 0;
  margin: 0;
  font-size: 32px;
  color: #fff;
}
.header h1 span {
  font-weight: 700;
}
.footer {
  background-color: #0c2642;
  color: #fff;
  height: 80px;
  position: relative;
  bottom: 0;
  max-width: 100%;
}
.links a {
  font-size: 18px;
  margin: 0 8px;
  color: #fff;
}
.btn {
  padding: 10px 16px;
  width: 260px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.green {
  background-color: #329832;
}
.blue {
  background-color: #3399ff;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
