* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: hsl(47, 88%, 63%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.container {
    width: 380px;
    border-radius: 20px;
    margin: 20px 0 0 0;
    border: 2px solid black;
    background-color: white;
    font-family: "Figtree", sans-serif;
    box-shadow: 7px 7px 0 black;
}

.image {
    display: flex;
    justify-self: center;
    border-radius: 10px;
    height: 100%;
    width: 90%;
    margin: 20px 0 25px 0;
}

.container-data {
    display: block;
    justify-items: start;
    margin: 0 0 0 20px;
}

.box-yellow {
    width: 88px;
    height: 30px;
    background-color: hsl(47, 88%, 63%);
    color: hsl(0, 0%, 7%);
    border-radius: 5px;
    font-weight: 800;
    margin: 0 0 15px 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data {
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: 1rem;
}

.head-text {
    font-weight: 800;
    margin: 0 0 20px 0;
    color: hsl(0, 0%, 7%);
    font-size: 1rem;
}

.paragraph {
    font-weight: 500;
    margin: 0 0 25px 0;
    color: hsl(0, 0%, 42%);
    font-size: 1rem;
}

.author {
    width: 145px;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: hsl(0, 0%, 7%);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avatar {
    width: 35px;
}
