.d-none {
  display: none;
}

body {
  width: 100%!important;
  padding: 0;
  margin: 0 auto;
  align-content:
}

@media (min-width: 550px) {
.topimg {
background-image: url('../img/sociallinks/meetme_top_desktop.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 2%;
text-align: center;
}

.topimgskout {
background-image: url('../img/sociallinks/skout_top_desktop.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 2%;
padding-bottom: 170px;
text-align: center;
}

.topimgtagged {
background-image: url('../img/sociallinks/tagged_top_desktop.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 2%;
text-align: center;
}

#logo {
  margin-top: 150px;
  margin-bottom: 250px;
  width: 30%;
}

#download {
  text-align: center;
}
#downloadbutton {
  width: 600px!important;
}

.container {
margin-left: 150px;
margin-right: 150px;
}
}

@media (max-width: 549px) {
.topimg {
background-image: url('../img/sociallinks/meetme_topbg.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 30px;
text-align: center;
}

.topimgskout {
background-image: url('../img/sociallinks/skout_topbg.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 30px;
text-align: center;
}


.topimgtagged {
background-image: url('../img/sociallinks/tagged_topbg.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 30px;
text-align: center;
}



#logo {
  margin-top: 90px;
  margin-bottom: 130px;
  width: 70%;
}


}



.container {
  display:flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 50px
}

.item {
  flex-basis:  | auto;
  margin: 3px;


}

img {
  height: auto;
}

p {
  font-family: sans-serif;
}

li {
  font-family: sans-serif;
}

h2 {
  font-family: modesto-text,serif;
  font-weight: 600;
  font-style: normal;
  font-size:7.3vw;
  color: #171717;
  letter-spacing: 0px;
}


#leaderboard {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 25px;
}

h3 {
  font-family: comic-serif-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin:10px 0;
}
