body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}

.ra-logo {
  width: 320px;
  margin-bottom: 80px;
}

.ra-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #f1f1f145;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 40px;
  height: calc(100vh - 50px);
}