* {
  margin: 0;
  padding: 0;
  font-family: "Playpen Sans Thai", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: #131313;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main {
  background-color: #313131;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 2rem;
}

h1 {
  color: chocolate;
}

a {
  color: chocolate;
}

.profilePictureName {
  width: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  border-radius: 1rem;
  padding: 0.5rem;
  gap: 0.5rem;
  transform: rotate(-4deg);
}

.profilePicture {
  width: 100%;
  border-radius: 1rem;
  border: chocolate 0.25rem solid;
}

.names {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-inline: 1rem;
}

.joseph {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.name {
  font-size: 1.5rem;
  font-weight: bold;
}

.bio {
  max-width: 16rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.thanksNeocities p {
  font-size: 0.8rem;
  font-weight: bold;
}

.japaneseText {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
