body{
    margin: 0px;
    display: flex; 
    justify-content: center;
    height: 100vh;
    align-items: center;
    font-family: cursive;
    background-color: lightslategray;
}

img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

.testimonial-container {
    width: 500px;
    height: 120px;
    background-color: slateblue;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
    min-width: 400px;
    padding: 70px 20px;
    position: relative;
    color: white;
    margin: 10px;
}

.user-name {
    font-size: 13px;
    font-weight: 100;
}