.logo {
  text-align:center;
  margin-top:20px;
  margin-bottom:20px;
}

.logo img {
  max-width:100%;
  margin:0;
  padding:0;
  border-radius:13px;
  box-shadow:3px 3px 10px #999;
}

.logo p {
  margin:10px 0;
  text-transform: uppercase;
  font-size: 12px;
}

body {
  background: #ccc url(../img/background.jpg) center center;
  background-size: cover;
  text-align:center;
  color: #666;
}

@media (min-width: 768px) {
  body {
    text-align:center;
    background-color:#ccc;
    color: #666;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-align:center;
    -ms-flex-pack:center;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    margin:0;
    height:100vh;
  }
}

