html,
body { height: 100%;
}

.clearfloats {
  clear:both;
}

p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  display: block;
  letter-spacing: 0.4px;
}

a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #FF0000;;
  line-height: 24px;
  text-decoration: none;
}

.parent {
height: 100%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.child {
width: 540px;
height: 420px;
text-align: center;
}

.text {
  margin-top:-15px;
  width: 540px;
  height: auto;
}

.logo {
  width:540px;
  height:280px;
}
