* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    overflow: hidden;
    background-image: linear-gradient(315deg, rgb(148, 154, 239) 0%, rgb(246, 216, 185) 100%);
}

.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: 50px;
    padding-bottom: 30px;
    font-size: 40px;
    font-style: italic;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

ul h3{
    padding-left: 100px;
    text-align: left;
}

h3{
    padding-left: 100px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
