body {
	background-image: url("../img/baseballbg-gray.png");
	background-repeat: repeat;
}

.img-logo {
  display: flex;
  justify-content: center;
}

.box-content {
  background-color: rgb(252, 252, 238);
  border: 5px solid rgb(255, 213, 0);
  border-left-width: 0px;
  border-right-width: 0px;
}

.box-text {
  background-color: rgb(252, 252, 238);
  border-style: solid;
  border-top: 5px;
  border-bottom: 5px;
  border-left: 0px;
  border-right: 0px;
  border-color:rgb(255, 213, 0);
}

.box-side {
  background-color:hsl(229, 59%, 36%);
  border-style: solid;
  border-width: 5px;
  border-color:rgb(255, 213, 0);
  color: white;
}
