    body {
    color: #1E1E1E;
    font-family: "Kantumruy Pro", sans-serif;
    background-color: #1E1E1E;
    background-image: url(../img/nicu_48943679226_o\ 1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
    margin: 0px;
    text-align: center;
}
html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Kaushan Script", cursive;
    font-size: 55px;
    color: aliceblue;
}

a {
    display: block;
    font-family: "Kaushan Script", cursive;
    font-size: 50px;
    color:cyan

}

.grid {
display: grid;
/* grid-template-columns: 1fr 1fr 2fr 1fr 1fr; */
/* grid-template-columns: repeat(5, 1fr); */
grid-template-columns: auto;
text-align: center;
column-gap:2px;
row-gap: 1px;
place-items: center;
}
.grid-items {
  color: #00ffd5;
  background-color: black;
  padding: 5px;
  box-shadow:5px 5px 20px rgba(255, 255, 255, 0.356) ;


}
.grid-items img {
width:100%;
object-fit: cover;
}

.up {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 6%;
  z-index: 9999;
  cursor:pointer;
}

.up a {
  display: block;
  height: 100%;
}
.up img {
  height: 100px;
}

h5{
color: aliceblue;
font-family: "Kantumruy Pro", sans-serif;
}