 body {
    color: #1E1E1E;
    font-family: "Kantumruy Pro", sans-serif;
    background-color: #1E1E1E;
    background-image: url(web-page.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
    margin: 0px;
    text-align: center;
}
.grid-items {
  color: #000000;
  border: black 5px solid;
  padding: 0px;
  margin:0%;
  


}

a {
    text-decoration: none;
}

.grid-items img {
width:100%;
min-height: 200px;

}

.svg{
    max-width: 70%;
}

.grid-items figcaption {
position: relative;
display: block;
top: -250px;
}       

figcaption {
position: relative;
display: inline-block;
top: -250px;
color: black;
text-shadow: grey 3px 3px 5px;
font-family: "Kaushan Script", cursive;
font-size: 55px;
text-align: center;
}

.grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr) );
}