@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Rubik+Wet+Paint&display=swap');

html {
    font-size: 100%;
}

.person {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 10px;
}

.person img {
  width: 200px;
  height: 200px;
  border: 2px solid #000;
  object-fit: cover;
}

body {
    background-color: #b7b7b7;
}

h1 {
  color: #bb0000;
  font-family: "Rubik Wet Paint", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.25rem;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}