h1 {
    text-align:center;
    color: rgb(252, 105, 20);
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    Background-color:rgb(255,213,115);
    border-style:solid;
    Border-color:orange;
    font-family:"smythe";
    width:700px;
    
    }
p {
    font-size:18px;
    text-align:center;
    }
body{
    background-color: rgb(252, 235, 157);
    }
span{
    color: blue;
    font-size:20px;
    }

.smythe-regular {
  font-family: "Smythe", system-ui;
  font-weight: 400;
  font-style: normal;
}

.dropdown {
  position: relative;
  display: inline-block;
    width:150px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    width:250px;
    }
.dropdown-content a {
  color: black;
  padding: 20px 30px;
  text-decoration: none;
  display: block;
    }
    .dropdown:hover .dropdown-content {display: block;}
.img-blog{
    text-align:left;
    Display:inline-block;
    margin-left:300px;
    }
.blog-text{
    text-align:right;
    width:400px;
    display:inline-block;
    margin-right:10px;
    margin-left: 200px;
    }
.duck-profile{
    text-align: center;
    }
.duck-name{
    margin-top:30px;
    font-size:20px;
    }
.duckpfp{
    }
.heading{
    font-size:30px;
    }