body{
  background-color: black;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin:0;
}

.title{
  font-size: 24px;
}

.inline{
  display: flex;
}

.us{
  margin-left: auto;
  color: green
}

.monopoly{
  color: red;
}
