body{
    background-color: #F5D04E;
    font-family: "Figtree", sans-serif;
}

@font-face {
    font-family: "Figtree";
    src: url("/assets/fonts/static/Figtree-Medium.ttf");
}

main {
    width: 350px;
    height: 500px;
    background-color: whitesmoke;
    margin: 120px auto 50px auto;
    border-radius: 10px;
    padding: 20px 25px;
    /* box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); */
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    border: 1px solid black;
}
img {
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}
h3{
    background-color: #F5D04E;
    width: 80px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 5px;
}
h1{
    font-size: 27px;
}

h4{
    font-weight: 500;
}
p{
    color: #A1A1A1;
}
.divcontent{
    display: block;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.image-avatar{
    border-radius: 50%;
    width: 50px;
    margin: 0;
    margin-right: 20px;
}

.flexbox{
    display: flex;
    align-items: center;
}
.name-avatar{
    font-weight: bolder;
    color: black;
}

.attribution{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.attribution .color{
    color: rgb(77, 76, 76);
    text-decoration: none;
}