.dynamic_element {
  position:absolute;
  z-index:-1;
  display: block;
  border-radius: 20px;
  border-color: black;
  border-width: 5px;
  border: 5px solid black;
  overflow: hidden;
}

body {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to top right, #2222ff 0%, #ccccff 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

img {
  display: block;
  margin: auto;
  max-width:100%;
  max-height:100%;
  border-radius: 25px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

h2 {
  padding-top:0px;
  padding-bottom:30px;
  margin-top:0px;
  margin-bottom:30px;
}

.body_div {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  padding-bottom: 40px;
  display: block;
  text-align:center;
  justify-content: space-between;
  border-radius: 5px;
}

.grid_div {
  display: inline-block;
  width: 45%;
  text-align:center;
  margin: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 25px;
}

.grid_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.tile_div {
  display: inline-block;
  width: 120px;
  text-align:center;
}

.my_text {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    color:black;
    padding: 10px;
    border-radius: 5px;
}

.link_div {
  text-align: left;
  display: inline-block;
  justify-content: start;
}
