@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  width: 380px;
  padding: 0;
  margin: 13% auto 0 auto;
  -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  position: releative;
  overflow: hidden;
  background: #ffffff;
}

.logo-container {
  margin: 10px;
  padding: 0;
  display: block;
  position:  relative;
  overflow: hidden;
}

.logo-container img {
  width: 100%;
}

.message {
  margin: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}
  
h1 { 
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
}

p { 
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}