a {
  text-decoration: underline;
}

/*.p-item {
  width: 500px;
  height: 400px;
}*/

.hover-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Varela, sans-serif;
  font-size: 25px;
}

.image-div {
  display: block;
  width: 100%;
  height: 100%;
}

.body {
  margin-top: 10vh;
  margin-left: 10vw;
}

.hover-div {
  padding: 11px;
  background-color: transparent;
  color: #e92525;
}

.image {
  display: none;
}
