body {
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.container {
  max-width: 960px;
}

.address {
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

#rmacode {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5rem;
  font-weight: bold;
}

.img-fluid {
    max-width: 100%;
    height: 3rem;
}