header {
    position: relative;
    padding: 1rem .5rem;
    font-family: 'Sen', sans-serif;
}

header:before,
header:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}

h1:before {
    top: 0;
}

h1:after {
    bottom: 0;
}

h1 {
    font-size: 60px;
}

span {
    color: #30cfd0;
}

header {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}
header .headline{
    font-size: 32px;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #30cfd0;
    padding: 0.4em;
    margin: 0 0 2em;
  }
  
  .flexbox > div  {
    padding: 1em;
    flex: 1 0 300px;
    margin: 0.4em;
  }

  .m {
      background-color: lemonchiffon;
  }

  .t {
      background-color: pink;
  }

  .w {
      background-color: aliceblue;
  }

  .e {
      background-color:honeydew;
  }

  .a {
      background-color: lavender;
  }


  img {
    width: 360px;
    height: 240px;
  }

  .info {
      font-size: 14px;
  }