body {
  background-color: #230c33;
  color: white;
}

.main {
    text-align: center;
}

.box1 {
  width: 1000px;
  height: 60px;
  background-color: #b27c66;
  margin-left: 460px;
  margin-right: 460px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 40px;
}

.box2 {
  width: 300px;
  height: 500px;
  background-color: #9984d4;
  border: 15px solid #86809d;
  margin-left: 20px;
  margin-right: auto;
  margin-top: 20px;
  display: inline-block;
}

.box3 {
  width: 1350px;
  height: 500px;
  background-color: #592e83;
  border: 15px solid #86809d;
  margin-left: 20px;
  margin-right: auto;
  display: inline-block;
}