.attribution { 
    font-size: 12px; 
    text-align: center; 
    margin: 20px;
}
.attribution a {
    color: hsl(228, 45%, 44%); 
}
body {
    font-family: Figtree;
    font-size: 16px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: hsl(47, 88%, 63%);
}
main { 
    background-color: white;
    box-shadow: 7px 7px black;
    border: 1px solid black;
    border-radius: 20px;
    height: 490px;
    width: 360px;
    padding: 10px;
}
#header {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
main > * {
    margin: 0 10px;
}
#illustration {
    /* display block is crucial for the image since it normally won't respond to the margin */
    display: block;
    margin: 10px 10px;
    border-radius: 20px;
}
#learning-txt {
    background-color: hsl(47, 88%, 63%);
    padding: 7px 20px;
    width: fit-content;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
}
#p2 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}
#p2:hover {
    color:hsl(47, 88%, 63%);
}
#p3 {
    line-height: 1.3;
    color: hsl(0, 0%, 42%);
}
#greg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
#greg-img {
    height: 32px;
    width: auto;
}
#p4 {
    font-weight: bold;
    margin: 0;
}
