body{
    font-family: "Josefin Sans", sans-serif ;
    text-align: center;
    background-color: #fae197;
    color: rgb(236, 255, 201);
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}   

h1{
    background-color: #288d00;
    box-shadow: 5px 5px 0px hsl(96, 100%, 20%);
    border-radius: 15px;
    display: inline-block;
    padding: 15px;
}

#box{
    background-color: #d8b23f;
    border-radius: 15px;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    display: inline-block;
    width: 500px;
    max-height: 700px;
}

#about{
    float: left;
    background-color: #eccb68;
    padding: 15px;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    border-radius: 15px;
}

#social{
    background-color: #eccb68;
    padding: 15px;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    display: inline-block;
    border-radius: 15px;
}

p{
    background-color: #e4c362;
    font-size: 25px;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px;
    display: inline-block;
    border-radius: 15px;
}

#igbox{
    background-color: #eccb68;
    display: inline-block;
    padding: 12px;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    margin-bottom: 15px;
    border-radius: 15px;
    min-width: 150px;
}

#igbox:hover{
    background-color: #c4a857;
    color: #ddf1b8;
}

a{
    color: rgb(236, 255, 201);
    text-decoration: none;
    font-size: 25px;
}

ul {
  list-style-type: none;
  border-radius: 10px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: orange;
  box-shadow: 5px 5px 0px rgb(206, 134, 0);
}

#navbar li{
    float: left;
    display: block;
    padding: 14px 16px;
}

#navbar li:hover{
    background-color: #8a732d;
    box-shadow: rgb(206, 134, 0) 5px 5px 0px;
    border-radius: 10px;
}

img{
    box-shadow: hsl(24, 93%, 43%) 4px 4px 0px;
    float: inline-start;
    border: #f7751e 10px solid;
    display: block;
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
    margin: 15px;
    margin-left: 120px;
}
