html {
    background-color:hsl(47, 88%, 63%);
    padding:0;
    margin:0;
    font-size: 16px;
}
body {
    display:flex;
    flex-direction: column;
    border:1px solid black;
    border-right: 5px solid black; 
    border-bottom: 5px solid black; 
    align-items: center;
    justify-content: center;
    background-color: white;
    position:relative;
    width:30%;
    padding:20px;
    box-sizing: border-box;
    box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.8); 
    margin:auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
img {
 width: 100%;
 border-radius: 10px;
}
.click {
    background-color: hsl(47, 88%, 63%);
    border:1px solid hsl(47, 88%, 63%);
    align-self: flex-start;
    margin-left: 0;
    padding:5px 10px;

}

p, h1 {
    align-self: flex-start;
}

h1 {
    font-size: 1.5rem;
}

.description {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.5;
}
div {
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 10px; 
    gap:10px;
}
.avatar {
    height: 25px; 
    width: 25px;
    border-radius: 50%;
    object-fit: cover; 
}
span {
    align-self:baseline;

}
.attribution { font-size: 11px; text-align: center; }
    .attribution a { color: hsl(228, 45%, 44%); }
    