HTML,
BODY,


body {
    background-image: url('https://file.garden/aYZxrZR-JQ8E86R0/bgpurple31.gif');
    background-repeat: repeat;
    text-align: center;
    font-size: 14pt;
    color:black
}

hr {
    width: 85%;
    max-width: 1078px;
    border-top: 5px pink ridge;
}

::selection {
    background: pink;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

li {
    padding-left: 16px;
}

li::before {
    content: "❤";
    padding-right: 8px;
    color: red;
}

ul>ul {
    margin-left: 50px;
}

b,
strong {
    color: white;
}

u {
    text-decoration-color: red;
}

a {
    color: deeppink;
    font-weight: bold;
}

a:hover,
a:focus {
    color: darksalmon;
}

h2 {
    color: black;
}

#quote {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

#counter {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav {
    width: fit-content;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.navlink {
    width: 100px;
    height: 42px;
    background-image: url('https://i.postimg.cc/vBZy2d7H/43.jpg');
    padding-top: 8px;
}

#footer {
    font-size: smaller;
    width: 85%;
    max-width: 1078px;
    margin: auto;
    margin-top: 50px;
    border: 5px pink ridge;
}

.container {
    width: 80%;
    max-width: 800px;
    margin: auto;
    
}   
 .blinkies-grid img{
   width:150px;
   height: 20px;
   image-rendering: auto;
   
}

.photo-wall img {
  
width: 160px;
margin:10px 0;
border: 3px white solid;
}

.caption {
  font-size: 25px;
  margin-top: -5px;
  margin-bottom: 15px;
}

.section { display: none; }
.section.active { display: block; }

.gallery{
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  gap: 30px;
}

.pic{
  width: 300px;
  text-align: center;
}

.pic img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}






   

    
