@import url('https://fonts.google.com/specimen/Figtree');

body{
    background-color: hsl(47, 88%, 63%);
    font-size: 16px;
    font-family: 'figtree', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: hsl(0, 0%, 100%);
    width: 325px;
    margin: 100px auto;
    border: 1px solid black;
    border-radius: 5%;
    box-shadow: 10px 10px black;
    padding: 18px 25px;
}

.main-img{
    width: auto;
    border-radius: 4%;
    margin-bottom: 25px;
}

.l-box {
    background-color: hsl(47, 88%, 63%);
    width: fit-content;
    padding: 9px;
    border-radius: 10%;
    margin-bottom: 10px;
}


.b-level b {
    font-size: 13px;
    font-weight: 500;
}

.b-level > P{
    color: hsl(0, 0%, 42%);
}

h3:hover {
    color: hsl(47, 88%, 63%);
}

.bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom img {
    width: 35px;
    border: 1px solid grey;
    border-radius: 100%;
}

.attribution { 
    font-size: 11px; 
    text-align: center; 
}
.attribution a { 
    color: hsl(228, 45%, 44%);
}