@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Figtree' , sans-serif;
}
.attribution { 
    font-size: 16px;
    text-align: center; 
    font-weight: 500;
    margin-top: 15px;
}
    .attribution a { 
        color: hsl(0, 0%, 7%); 
        text-decoration: none;
        font-weight: 800;
    }

p{
 font-size: clamp(14px, 1vw + 1px, 16px);
 
 }
.container{
    background-color: hsl(47, 88%, 63%);
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
.wrapper{
    padding: 5px;
    width: 340px;
    height: 480px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 15px;
    border: 2px solid hsl(0, 0%, 7%);
    box-shadow: 8px 8px hsl(0, 0%, 7%);
    
}
.wrapper div:first-child img{
    width: 93%;
    margin-left: 12.5px;
    margin-top: 12.5px;
    border-radius: 1rem;
}
.symbol{
   background-color: hsl(47, 88%, 63%);
   width: 90px;
   height: 29px;
   border-radius: 6px;
   margin: 12.5px;
}
.symbol p{
padding: 5px;
 text-align: center;
 color: hsl(0, 0%, 7%);
 font-weight: 800;
}

.date{
    margin-left: 12.5px;
}
.date p{
   color: hsl(0, 0%, 7%);
   font-weight: 500;
   margin-bottom: 0px;
   font-size: 14px;
}
.title p{
    margin: 12.5px;
    color: hsl(0, 0%, 7%);
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0px;
}
.title p:hover{
    color: hsl(47, 88%, 63%);
    cursor: pointer;
}
.subtitle p{
    color: hsl(0, 0%, 42%);
    margin-left: 12.5px;
    font-weight: 500;
    margin-bottom: 0px;
}
.little{
    margin: 12.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
   position: relative;
   bottom: 5px;

}
.little img{
    display: inline-block;
    width: 30px;
    height: 30px;
    
}
.little p {
         display: inline;
         font-weight: 800;
         
}
