body {
  background: linear-gradient(160deg, #a9a9a9, #111 50%);
  background-attachment: fixed;
  font-style: normal;
  text-decoration: none;
  font-family: monospace;
  color: black;
  padding: 0;
  margin: 0;
  min-width: 800px;
  font-size: 18px;
}

div.content {
  min-width: 912px;
  background-color: rgba(0, 0, 100, 0.3);
  padding: 1px;
}

div.profile {
  width: 70%;
  margin: 5rem auto auto auto;
  background: ivory;
  padding: 5rem;
  border-radius: 1rem;
  box-shadow: 0px 3px 10px black;
}

div.photo {
  background: white;
  margin: 2rem;
  max-width: 400px;
  height: fit-content;
  padding: 1rem;
  box-shadow: 1px 4px 10px black;
  transform: rotate(2deg);
  display: flex;
}

div.photo > img.photo {
  width: 100%;
}

div.details {
  border-radius: 1rem;
  background: ivory;
  padding: 1rem;
}

code {
  background: gainsboro;
  display: inline-block;
  width: calc(100% - 1rem);
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-weight: 900;
  margin-top: -1rem;
  width: calc(100% - 1rem);
}

div.details code {
  background: gainsboro;
  width: calc(100% - 1rem);
  margin: 0;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 900;
  margin-top: -1rem;
}

h5 {
  margin: 20px 0;
}

div.status-details {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

div.basic-info {
  display: grid;
  grid-template-columns: auto 60%;
  background: radial-gradient(black, transparent);
  padding: 2rem;
  border-radius: 1rem;
}

div.item {
  border-radius: 3rem;
  background-color: ivory;
  box-shadow: 0px 3px 6px black;
}

div.item:hover {
  background: lightblue;
}

a {
  font-style: normal;
  text-decoration: none;
  font-family: monospace;
  color: black;
}

div.head {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-evenly;
  justify-items: stretch;
  align-items: center;
  align-content: center;
  padding: 1rem 4rem 1rem 3.4rem;
  background-color: ivory;
  box-shadow: 0px 3px 6px black;
  position: fixed;
  width: -webkit-fill-available;
  top: 0;
  min-width: 800px;
}

div.item > a > div.info {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%; 
  justify-content: space-evenly;
  justify-items: stretch;
  align-items: center;
  align-content: center;
  padding: 1rem;
}

ul {
  list-style: none;
  margin: 3rem 2rem 0 -1rem;
}

li {
  padding: 1rem;
}