body {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
}

.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.brand {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.top-left p {
  margin: 4px 0;
}

.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

a {
  color: inherit;
}
