
.mdl-button{
  background-color: #EB1537 !important;
  color: #fff!important; 
}

header{
background-color:#000;
font-size:40px;
padding:22px;
margin-bottom:10px;
text-align: left;
color: #f0002f;
position: fixed;
width: 100%;
}
.blankdiv{
  height: 50px;
}

.fa{
 color: #fff; 
 padding: 18px;
 font-size: 26px;
}

.info{
  height: 30px;
}

.dummy{
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#advice{
  line-height: 1.2;
  margin: 30px;
  color: #FFF;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  max-width: 600px;
  margin: 0 auto;
  padding: 18px;
}
#advice>span{
  font-size: 20px;
  text-align: center;
}

.social>a{
  color: #000;
  cursor: pointer;
}
.social{
  text-align: center;
  display: none;

}
.container{
 text-align: center;
  margin: 0 auto;
  line-height: normal;
  border-radius: 10px;
  padding: 20px;
  background-image: linear-gradient(-45deg, #3EB072,#69B84F); 
  width: 85%;
  display: none;
  margin-top: 100px;
  margin-bottom: 50px;
}
