* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    background-image: linear-gradient(315deg, rgb(237, 209, 171) 30%, rgb(134, 225, 207) 70%);
    overflow: hidden;
}
.topnav {
    background-color:rgb(158, 248, 158);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding-inline: 50px;
  text-decoration: none;
  font-size: 27px;
  margin-top: 25px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.topnav img{
    margin-top: 3px;
    margin-left: 3px;
    width: 150px; 
    height: 100px;
    border: 3px solid black;
}

h1{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 60px;
    font-style: italic;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.diary1 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  
  /* On mouse-over, add a deeper shadow */
  .diary1:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .container {
    padding: 30px 26px;
    text-align: center;
  }
  .diary1{
    width: 300px;
    border: 3px solid black;
  }
  .row {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.row img{
    height: 120px;
    width: 295px;
}