body {
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #ddd;
}

.page {
  width: 50%;
  border: 1px transparent;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 0 15px;
  background-color: #eee;
}

.page .about {
  margin-top: 10px;
  padding-left: 10px;
}

.page .banner {
  width: 100%;
  height: 200px;
}

.page .banner .banner_image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.page .details {
  display: flex;
  justify-content: space-between;
}

.page .details .left {
  padding-left: 10px;
}

.page .details .left .archive {
  a {
    text-decoration: none;
  }
  ul {
    list-style-type: none;
  }
}

.page .details .right .profile {
  align-content: right;
  width: 100px;
  height: auto;
}

.left {
  width: 60%;
}

.right {
  width: 35%;
}
