.podcast {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5vh;
}

.avatar {
    height: 50px;
    border-radius: 25px;
    margin-right: 20px;
}

.transcript {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    width: 100vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.transcript-text {
    width: 80vw;
    font-family: sans-serif;
    margin-top: 5vh;
    padding-bottom: 5vh;
}

.transcript-title {
    color: hsl(207.04, 31%, 44.9%);
    margin-bottom: 5vh;
}

.transcript p {
    color: black;
    font-size: larger;
    margin-bottom: 2vh;
    font-weight: lighter;
}

li {
    color: black;
    font-size: larger;
    margin-bottom: 2vh;
    font-weight: lighter;
}