#logo {
  margin-bottom: 73px;
  width: 140px;
}

body,
html {
  background: #f0f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  font-family: "Product sans", sans-serif;
}

h1,
p {
  margin: 0px;
}

#oops-title {
  font-size: 88px;
  display: flex;
  color: #4c6fff;
  font-weight: bold;
}

#lines {
  height: 50px;
  margin-bottom: auto;
}

#phrase {
  margin-top: 28px;
  font-size: 28px;
  color: #5a5a5a;
}

main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#person {
  width: 100%;
  height: auto;
}

#img-ctn {
  max-width: 500px;
  padding: 50px 100px;
}

@media screen and (max-width: 600px) {
  #phrase {
    font-size: 20px;
  }

  #img-ctn {
    padding: 20px 20px;
  }

  #oops-title {
    font-size: 60px;
  }

  #logo {
    width: 75px;
    margin-bottom: 30px;
  }
}
