body {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 250px 50px 250px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    background-color: #1f222c;
}

header {
    text-align: center;
    color:white;
}

img {
    border-radius: 5px;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.description {
    font-style: italic;
    background-color: rgb(254, 248, 203);
    width: fit-content;
}

.speaker {
    font-weight: 600;
}

#peter {
    color: rgb(77, 77, 201);
}

#dana {
    color: rgb(91, 68, 68);
}

#mayor {
    color: rgb(54, 161, 120);
}

#ray {
    color: rgb(4, 143, 165);
}

#egon {
    color: rgb(176, 103, 115);
}

#winston {
    color: rgb(158, 91, 158);
}