body, html {
  height: 100%;
  color: #333;
  margin: 0;
  padding: 0;

  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}
a * ­{
  color: #333;
}

.main-wrapper {
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  min-height: -webkit-fill-available;
}

h1 {
  margin: 0;
  padding: .75em;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px #594040;
  font-size: 60px;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: .25em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #fff;
}

h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: .25em;
  text-shadow: 1px 1px #fff;
}

h4 {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin-top: 0;
}

.c {
  text-align: center;
}
.donner {
  background-color: #594040;
  color: #ffc800;
  font-size: 30px;
  text-transform: uppercase;
  padding: .25em;
  margin: .5em;
  border-radius: 5px;
}

.participants {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.twitch {
  flex-grow: 1;
  width: 24%;
  border-radius: 10px;
  border-color: #333;
  padding: 1%;
}

.twitch .img-container {
  /* width: 33%; */
}
.twitch img {
  /* width: auto; */
  width: 400px;
  /* max-width: 95%; */
}

.twitch-name {
  background-image: url(twitch.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1.5em;
  font-size: 20px;
  color: #9147ff;
}

.milestones {
  margin-top: 20px;
  margin-bottom: 20px;

  strong {
    width: 150px;
    display: inline-block;
  }
}

.content-wrapper {
  width: 90%;
  margin: auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.content {
  flex-grow: 3;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px;
}

.content.wide {
  flex-grow: 4;
}

.content.left {
  flex-grow: 1;
}

.objectives {
  text-align: center;
}
.milestones ul {
  list-style-type: none;
}
.milestones li {
  line-height: 1.5em;
}
.milestones em {
    font-style: normal;
}
