*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-weight: 800;
    color: hsl(0, 0%, 7%);
    font-size: 11px;

    width: 100vw;
    height: 100vh;
    background-color: hsl(47, 88%, 63%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    background-color: hsl(0, 0%, 100%);
    max-width:300px ;
    padding: 1rem;
    margin: 0 1rem;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.7) ;
    box-shadow: 6px 6px 0 rgb(0, 0, 0) ;
    /* font */
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    color: hsl(0, 0%, 7%);
}
#design-img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}
#smalldiv{
    width: 65px ;
    padding: 4px;
    text-align: center;
    background-color:hsl(47, 88%, 63%) ;
    border-radius: 4px;
    margin-bottom: 0.7rem;
}

#time{
    font-weight: 500;
    margin-bottom: 0.8rem;
}

h3{
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 800;
}
a{
    text-decoration: none;
    color: hsl(0, 0%, 7%) ;
}
a:hover{
    color:hsl(47, 88%, 63%) ;
}

#statement{
    color: hsl(0, 0%, 42%);
    font-weight: 500;
    font-size: 12.5px;
    margin-bottom: 1rem;
    line-height: 20px ;
}

.foot{
    display: flex;
    gap: 11px;
}
.foot img{
    width: 25px;
}

.foot p{
    align-self: center;
    font-weight: 800;
}