html,body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #0b0b0b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

h1 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.content {
  width: 400px;
  background-color: #1E1E1E;
  border-radius: 20px;
  padding: 60px 0px;
  text-align: center;
}

.content__image {
  /* margin-top: 40px; */

  width: 256px;
  height: 256px;
  border-radius: 50%;
}

.content__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.content__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.content__links {
  list-style: none;
  padding-top: 30px;
  padding-left: 0;
  margin: 0;
}

.content__links > li {
  display: inline-block;
  margin-right: 10px;
}

.content__links > li:last-child {
  margin-right: 0px;
}
