body {
  background: #000;
  color: #FFF;
}

h1 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

h2 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  text-align: center;
}

p {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
}

a[target=_blank] {
  text-decoration: underline;
}


header img {
  width: 225px;
  height: 56px;
  display: inline-block;
  object-fit: contain;
}

header h1 {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -20px;
}

  

.main-content {
display: flex;
  justify-content: center;
  max-width: 365px;
  padding: 10px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

.main-content img {
width: 100%;
height: 43px;
object-fit: contain;
margin-bottom: 40px;
}


  

ul {
  list-style-type: none;
}

ul li {
  display: inline-flex;
  margin-right: 16px;
  position: relative;
  
}

ul li:before {
position: absolute;
width: 3px;
height: 26px;
background: #00adbb;
display: block;
content: '';
top: 0px;
left: -9px; 
}

ul li:first-of-type:before {
  display: none;
}


  

