* {
    font-family: 'Hedvig Letters Sans', sans-serif;
    font-family: 'Inter', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Libre Franklin', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
}

.margin {
    margin-left: 13px;
    margin-top: 10px;
}

body {
    background-color: #f5d04e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    width: 230px;
    height: 340px;
    background-color: white;
    box-shadow: 5px 5px 0 0 black;
    border: solid 1px black;
    border-radius: 10px;
    transition-duration: 0.5s;
}

div svg {
    width: 205px;
    margin: 15px 13px;
    border-radius: 10px;
}

.child1 {
    margin-left: 13px;
    font-weight: bold;
    background-color: #f5d04e;
    font-size: 13px;
    width: 70px;
    height: 25px;
    box-sizing: border-box;
    padding-top: 3.5px;
    text-align: center;
    border-radius: 5px;
    margin-top: -3px;
}

.child2 {
    font-size: 10px;
}

.child3 {
    font-weight: bold;
    transition-duration: 0.5s;
}

.child3:hover {
    color: #f5d04e;
    cursor: pointer;
}

div:has(.child3:hover) {
    box-shadow: 10px 10px 0 0 black;
}

.child4 {
    opacity: 0.5;
    font-size: 10px;
}

.child5 {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}

.child6 {
    background-image: url(./assets/images/image-avatar.webp);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.child7 {
    font-weight: bold;
    font-size: 10px;
    margin-top: 5px;
}
