body {
  background: white url(confetti.svg) repeat scroll center center;
  color: #969696;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    overflow-x: hidden;
    margin: 0;
    padding:40px;
}
h2 {
    color: #424242;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 0;
}

h4, .h4 {
    font-size: 1.125em;
    font-weight:normal;
}

img{
  max-width:100%;
}

.container{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content{
  text-align:center;
}
