 body {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   margin: 0px;
   padding: 0px;
   background: #999;
 }

 ol > li {
     color: white;
 }

 .logo {
   color: #fff;
   margin: 0px 0px 0px 100px;
   font-size: 20px;
 }

 #navbarCollapse {
   margin-right: 5rem;
 }

 .navbar {
   background-color: rgba(0, 0, 0, 0.5) !important;
   height: 9vh;
   width: 100%;
   align-items: center;
   box-shadow: 0 1px 2px 0 rgba(120, 120, 120, .1);
 }

 .nav-link {
   align-items: center;
   font-size: 16px;
   font-weight: 480;
   color: #C8C8C8 !important;
 }

 .active {
   color: #ffff !important;
   transition: 0.1 ease;
 }

 .nav-link:active, .nav-link:focus, .nav-link:hover {
   color: #ffff !important;
   transition: 0.1 ease;
 }

 .home h1 {
   margin-top: 80px;
   font-size: 100px;
   color: white;
   font-weight: 900;
 }

 .home h3 {
   color: white;
   font-weight: 200;
   font-size: 40px;
   padding-top: 6rem;
 }

 #chromeBtn {
   border-radius: 22.5px;
   font-weight: 700;
   font-size: 2.25rem;
   margin-top: 50px;
 }

 .card1 {
   display: flex;
   justify-content: center;
   text-align: center;
   margin-top: 5vh;
     padding-top: 5vh;
 }

 .card1Text {
   justify-content: center;
   text-align: center;
   max-width: 700px;
   color: #ffffff;
   background-color: #00000080;
   padding: 10px;
   border-radius: 10px;
 }

 .card2Text {
     color: #ffffff;
     background-color: #00000080;
     padding: 10px;
     margin-top: 100px;
     margin-bottom: 100px;
     border-radius: 10px;
 }

 .uninstall {
   margin-top: 49px;
 }

 .uninstall .section-1 h3 {
   padding-top: 20px;
   font-weight: bold;
 }

 .uninstall .section-1 p {
   padding-top: 20px;
   color: #fff;
   font-size: 22px;
   font-weight: 200;
 }

 .uninstall .section-1 {
   min-height: 300px;
   text-align: center;
   font-size: 22px;
   font-weight: 200;
   padding: 20px;
   margin: 20px;
   background-color: rgba(0, 0, 0, 0.7);
   color: white;
   border-radius: 25px;
 }

 .termOfUse {
   overflow: scroll;
   min-height: 300px;
   max-height: 740px;
   text-align: center;
   font-weight: 200;
   padding: 20px;
   margin: 20px;
   background-color: rgba(0, 0, 0, 0.7);
   color: white;
   border-radius: 25px;
 }

 .termOfUse h3, p {
   padding-top: 20px;
 }

 .termOfUse h3{
   font-weight:500;
 }

 .privacyPolicy {
   overflow: scroll;
   min-height: 300px;
   max-height: 740px;
   text-align: center;
   font-weight: 200;
   padding: 20px;
   margin: 20px;
   background-color: rgba(0, 0, 0, 0.7);
   color: white;
   border-radius: 25px;
 }

 .privacyPolicy h3, p {
   padding-top: 20px;
   color:#fff;
 }
 .privacyPolicy h3{
   font-weight:500;
 }

 .contactUS {
   overflow: scroll;
   min-height: 300px;
   max-height: 740px;
   text-align: center;
   font-weight: 200;
   padding: 20px;
   margin: 20px;
   background-color: rgba(0, 0, 0, 0.7);
   color: white;
   border-radius: 25px;
 }

 .contactUS h2, p {
   padding-top: 20px;
 }

 .contactUS h2{
   font-weight:500;
 }

.uninstallcontainer {
    padding-top: 8rem;
}

 @media only screen and (max-width:768px) {
   #navbarCollapse{
     background-color: rgba(0, 0, 0, 0.5) !important;
   }
 }
 @media only screen and (max-width:561px) {
   #navbarCollapse{
     background-color: rgba(0, 0, 0, 0.5) !important;
   }
 }
