<style>
.logo{
    font-size: 27px;
    align-items: center;
    display: flex;
    color: rgb(164 121 99 / 90%);
    font-weight: 900;
}
.logo img{
    width: 45px;
    margin-right: 8px;
}
.header{
    box-shadow: 0px 2px 12px 4px rgb(234,234,234) ;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10001;
    background: rgb(255 255 255 / 99%);
}
h1{
    text-align: center;
    margin-top: 16px;
    color: #787878;
    font-size: 22px;
    font-weight: 600;
}
p{
    text-align: center;
    padding: 8px;
    color: #878787;

}
.icon{
    list-style: none;
    position: fixed;
    right: 0;
    bottom: 5%;
    border: 1px solid rgb(222,222,222);
    border-radius: 6px 0 0 6px;
}
.icon ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.icon a{
    padding: 12px;
    display: block;
    border-bottom: 1px solid rgb(222,222,222);
}
</style>