* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
#outer {
  position: relative;
  width: 100%;
  height: 100%;

}
  
#outer  #container {
    padding: 15px 25px;
    width: 100%;
    max-width: 347px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


img.logo {margin-left: 35px;margin-bottom: 40px;}

.contact {color: #9d9d9d;font-size: 0.9em;}