body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: white; /* Pink background color */
}

header {
  text-align: center;
  background-color: #333;
  color: white;
  padding: 50px;
}

h1,
h2 {
  margin: 0;
}

section {
  text-align: right;
  margin: 200px;
  margin-right: 200px; /* Add a margin to the right side */
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
  margin-top: 10px;
  color: #333;
  text-decoration: none;
  font-weight: regular;
}

a:hover {
  color: #555;
}

.avatar-image {
  width: 100px;
}

.text-spacing {
  margin-top: 50px; /* Increase as needed */
  margin-bottom: 50px;
}