main .wrapper-page {
  width: 1100px;
  height: 500px;
  margin: 0 15vw 0 15vw;
  background-image: url(../images/journalWarning.png);
  background-size: 744px 228px;
  background-position: center;
  background-repeat: no-repeat;
}

.select {
width: 300px;
height: 50px;
margin: 300px 350px;
display: flex;
}

.continue {
width: 110px;
height: 50px;
margin: 0px 35px;
}
.goBack {
width: 110px;
height: 50px;
margin: 0px 30px 0px 0px;
}

.select a {
  cursor: pointer;
  color: rgba(250, 235, 215, 0);
  font-size: 40px;
}

.select a:hover {
  color: rgba(250, 235, 215, 0);
  background-image: none;
}