html {
    font-family: 'Open Sans' ;
}

body {
    background-color: #d8b282;
}

.container {
    width: 325px;
    background-color: #fffffd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    margin: 0 auto;
}

.img {
    width: 100%;
    height: 175px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.container-content {
    padding: 19px;
    
}

h2 {
    margin-top: 0%;
}

.caption {
    background-color: rgb(255, 128, 0);
    width: fit-content;
    border: 5px rgb(255, 128, 0) solid;
    border-radius: 50px;
    margin-bottom: 4px;
    margin-top: 0px;
}

.user {
    margin-left: 6px;
}

.user-pic {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.user-name {
    display: inline;
    position: relative;
    bottom: 40px;
    left: 10px;
}

.user-active {
    display: inline;
    position: relative;
    right: 40px;
    bottom: 18px;
    color: rgba(0, 0, 0, 0.655);
}