html, body {
    margin: 0;
    padding: 0;
}

body {
  background-color: #04a7f1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

a {
    text-decoration: none;
}

header {
   max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
}

.earnOnMobile, 
.howMuchConYouEarn, 
.appsDownload,
.ExOfTasksInInstApp,
.earningOnActionsInSoc,
.viewingAds,
.viewingVideo,
.earnInYoutInst,
.earnOnClicks,
.earningsOnCaptcha,
.earningsOnPollsAndRewiews,
.earningOnMarketingResearch,
.writingComments,
.copywriting,
.photoEarning,
.cashbackEarning,
.gamblingEarn,
.trading,
.activityInVideoGames,
.testingEarn,
.earningOnYourApp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}



header h1 {
    color: #fffffd;
    font-family: MuseoCyrl500;
    text-align: center;
}

header li  {
  list-style: none;
}

.earnOnMobile li, .appsDownload li {
  list-style: none;
}

li {
   color: #fffffd;
}

h2 {
    color: #fffffd;
    font-family: MuseoCyrl500;
}

p {
  color: #fffffd;
    font-family: MuseoCyrl100;
    font-size: 22px;
}

img {
  max-width: 100%;
}

.imgStyle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.appDownload {
  text-align: center;
}

.appsDownload h3{
  color: #fffffd;
    font-family: MuseoCyrl500;
}

.highlightedP {
  background-color: rgb(106, 202, 255);
  border-radius: 10px; 
  padding: 10px;
}

/*.highlightedP {
  background-color: #fffffd;
  color: #04a7f1;
  border-radius: 10px; 
  padding: 10px;
}*/

/*Стили для содержания*/

.hide-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2em;
}

.collapsible {
  background-color: #33bbf8;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  color: #fffffd;
    font-family: MuseoCyrl100;
    font-size: 22px;
    border-radius: 25px;
}

.active, .collapsible:hover {
  background-color: #00afff;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #04a7f1;
}

.content li {
  padding: 10px;
  text-align: left;
}

.content li>a {
    
    color: #fffffd;
    font-family: MuseoCyrl100;
    font-size: 22px;
}
/*Стили для содержания*/

.android-img-start-work {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
}

.android-img-start-work img {
    max-width: 30%;
}

.twoColumnsLi {
  display: flex;
  justify-content: space-evenly;
}

/*footer*/
footer p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
}
.footer-pages {
    padding: 16px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.footer-pages p {
    color: #fffffd;
    font-family: MuseoCyrl500;
}

.footer-pages a {
    color: #fffffd;
    font-family: MuseoCyrl500;
    padding: 10px 20px 10px 25px;
}

.footer-copyright {
    text-align: center;
    color: #fffffd;
    font-family: MuseoCyrl500;
    font-size: 20px;
    padding: 20px 20px 0 0;
    margin: 0;  
}

.footer-pages a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
/*footer*/