h1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    color: rgb(255, 115, 0);
}

body{
    margin: 0;
    padding: 0;
    background: linear-gradient(to right,rgb(255, 252, 209), rgb(255, 232, 232));
    
}

nav {
    background-color: #ffdfdf;
    color: white;
    padding: 5px 10px;
    text-align: left;
}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li{
    display: inline-block;
    padding: 15px;
}
nav ul li a{
    text-decoration: none;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(88, 5, 136);
}
nav ul li:hover{
    background-color: rgb(255, 181, 181);
}
nav img{
    width: 50px;
    vertical-align: middle;
    border-radius: 50%;
}

main{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 20px;
}
h2{
    color:#0775cf;
}
.aboutcontent p{
    color:#810b0b;
}
.aboutcontent{
    background-color: #ffffff79;
    padding: 20px;
    box-shadow: rgb(18, 44, 16) 0px 0px 10px;
    margin: 20px 0;
}
.contentabout{
    background-color:#ffffff79;
    padding: 20px;
    box-shadow:rgb(18, 44, 16) 0 0 10px;
    margin: 20px 0;
}
.hangtagimg{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}
.hangtagimg img{
    display: block;
    width: 100%;
    height: auto;
    margin: 10px;
}
.hangtagimg figcaption{
    font-size: 14px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
