@font-face {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 400;
  src: local('Graphik'), local('Graphik-Regular'), url('//cdn.opendoor.com/fonts/Graphik-Regular-Web.woff2') format('woff2');
}

@font-face {
  font-family: 'Publico';
  font-style: bold;
  font-weight: 600;
  src: local('Publico'), local('Publico-Bold'), url('//cdn.opendoor.com/fonts/PublicoHeadline-Bold-Web.woff2') format('woff2');
}

body {
  box-sizing: border-box;
  font-family: 'Graphik', sans-serif;;
  font-weight: 400;
  color: #2c2c2b;
  margin: 0;
}

.container {
  text-align: center;
  background: #F3F9FE;
  display: inline-block;
  width: 100%;
}

.bottom {
  padding: 50px 0;
  background: #ffffff;
  text-align: center;
}

.wrapper {
  width: 500px;
  margin: 0 auto;
}

.logo {
  display: inline-block;
  width: 150px;
  margin: 30px 0;
}

h1 {
  font-family: 'Publico';
  font-weight: 600;
  color: #1d2c4c;
  font-size: 48px;
  margin-top: 40px;
}

p {
  color: #525975;
}

img.door {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 70px;
}

ul li {
   display: inline-block;
   list-style: none;
   margin: 5px 10px;
}
ul {
  padding: 20px 0;
}
ul li a {
  color: #1C85E8;
  text-decoration: none;
}
ul li a:hover {
  color: #03476b;
}

.button {
  background: #1C85E8;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.3s;
}
.button:hover {
  background-color: #03476b;
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 36px;
    margin-top: 40px;
  }
  .wrapper {
    width: 88%;
    margin: auto 6%;
  }
}
