
.attribution a { color: hsl(228, 45%, 44%); }


body {
    display: flex;
    background-color: rgb(71, 71, 112);
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: "Roboto";
    
}
h1{
    font-size: 20px;
}
p {
    font-size: 15px;
}
main {
    height: 500px;
    width: 336px;
    border: 1px solid black;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 10px 10px
}
.head_img{
    border-radius: 15px;
}
.learning{
    margin-top: 20px;
    background-color: rgb(244, 208, 78);
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
    border-radius: 2px;
}
.author{
    margin-top: 50px;
    display: flex;
    align-items: center;
    font-size: 8px;
}
.userpic {
    height: 32px;
    width: 32px;
    padding-right: 25px;
}
footer{
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
}