.logo-top {
  margin: 1rem auto 3rem;
  font-family: "Faro Light";
}

@media (min-width: 768px) {
  .logo-top {
    margin-top: 3rem;
  }
}

.mockup-phone {
  display: inline-block;
  border: 4px solid #444;
  border-radius: 50px;
  background-color: #000;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  border-color: var(--pico-primary-background);
}

.mockup-phone .display {
  border-radius: 40px;
  margin-top: -25px;
}

.artboard {
  width: 320px;
  height: 568px;
  border-radius: 1rem;
  background-color: #15191e;
  color: #a6adbb;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-top: -25px;
}

.mockup-phone .camera {
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  height: 27px;
  width: 150px;
  margin: 0 auto;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  z-index: 11;
}

.mockup-phone .camera:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  background-color: #0c0b0e;
  transform: translate(-50%, -50%);
}

.mockup-phone .camera:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 70%;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #0f0b25;
}

.artboard > img {
  border-radius: 40px;
}
