body {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.header > img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}