@font-face {
    font-family: muka;
    src: url(assets/fonts/Figtree-VariableFont_wght.ttf);
    font-weight: 500, 800;
}

body {
    font-family: muka, sans-serif;
    background-color: hsl(47, 88%, 63%);
    width: 100%;
    font-size: 16px;

}


.center {
    background: hsl(0, 0%, 100%);
    margin-left: auto;
    margin-right: auto;
    width: 305px;
    padding: 1%;
    margin-top: 10%;
    border-radius: 25px;
    border: 1px solid black;
    box-shadow: 7px 7px 0 0;
}

svg {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 8%;
}

h1 {
    font-size: 23px;
    margin-top: 20px;
}



.idk {
    background: hsl(47, 88%, 63%);
    margin-left: auto;
    margin-right: 237px;
    padding: 8px;
    border-radius: 5px;
    font-size: 13px;

}

.parent {
    display: flex; 
    align-items: center; 
}

.mark {
    width: 30px; 
    height: 30px; 
    margin-right: 10px; 
}

.mark img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.name {
    font-size: 16px; 
    display: inline-block; 
    line-height: 1.5; 
}

.date {
    font-size: 14px;
}

.desc {
    color: hsl(0, 0%, 42%);
}

h1:hover {
    color: hsl(47, 88%, 63%)
  }

