* {
    box-sizing: border-box;
}

body{
    background-color: hsl(47, 88%, 63%);
    font-family:"Figtree", sans-serif;
    overflow-x: hidden;
}

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

.margin{
    background-color: aliceblue;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 10px 10px ;
    width: fit-content;
    padding: 20px;
    margin: 0 auto;
    height:max-content;
}

.box{
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}

img {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#tag{
    background-color: hsl(47, 88%, 63%);
    width: fit-content;
    font-weight: bold;
    padding: 5px 7px;
    border-radius: 7px;
}

#date{
    font-weight: 600;
}

#about{
    color: hsl(0, 0%, 42%);
    width: 90%;
}

.me p{
    font-weight: bold;
    margin-top: 5%;
}
#avatar{
    width: 10%;
    float:left;
    margin-right: 10px;
    margin-top: 1%;;
}