body{
    background-color:#0B6E4F;
}

header{
    border:5px solid black;
    display:flex;
    justify-content: space-between;
    background-color:#F5F5F5;
    padding-left:5px;
}

div {
    display:flex;
    align-items:flex-end;
}

a{
    padding:20px;
    text-decoration: none;
    color:black;
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-style: normal;
    font-size: xx-large;
    text-align:right;
}

.alfa-slab-one-regular {
        font-family: "Alfa Slab One", serif;
        font-weight: 400;
        font-style: normal;
}

main{
  width:full;
  border: 5px solid black;
  background-color:burlywood;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding:15px;
}

h2{
    font-family: "Berkshire Swash", serif;
}

p{
    font-family: "Noto Serif Oriya", serif;
}

footer{
    border:5px solid black;
    display:flex;
    justify-content: space-around;
    background-color:#F5F5F5;
    padding-left:5px;
}

.hr{
    width: 33%;
    height: 300px;
}

#images{
    display:flex;
    justify-content: space-around;
}

#about{
    color:purple;
  }