.container {
  width:1000px;
  height:600px;
  background-color:#E9967A;
  margin:40px auto 40px auto;
  border-radius:40px;
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items:center;
  align-content:center;

  .box-item1{
  width:45%;
  border-style:groove;
  border-color:#DC143C;
  background-color:#CD5C5C;
  color:#FFFFFF;
  height:100px;
  border-radius:20px;
  text-align:center;
  padding:40px;
  box-sizing:border-box
}
.box-item2{
  width:45%;
  border-style:groove;
  border-color:#4682B4;
  background-color:#D8BFD8;
  color:#FFFFFF;
  height:100px;
  border-radius:20px;
  text-align:center;
  padding:40px;
  box-sizing:border-box
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

a:hover{
  color: #FF69B4;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
h1{
  color:deeppink;
text-align: center;
justify-content: center;
}