body {
    background-color: #B691A3;
  }

.mainbox{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F3F3;
    border-radius: 64px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3%;
    width: 750px;
}
.leftside{
  width:30%;
  float: left;
}
.rightside{
  width: 60%;
  float: right;
}

input[type="text"] {
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 18px;
  box-sizing: border-box;
  padding: 5px;
}

input[type="text"]:focus {
  outline: black;
  border-radius: 20px;
}

.innerunder{
  justify-content: center;
}

.bookcover{
  max-width: 200px;
}
.titleFormat{
  text-align: center;
  font-size: 30px;
}