body {
    background-color: #BF77F6;
    color: #FAF7FF;
}

.problem {
    text-align: center;
}

.polarization {
    background-color: #EAE8E6;
    border-radius: 12px;
    color: black;
    padding: 10px;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
}

.polarization-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.polarization img {
    display: block;
    margin: auto;
}

figcaption {
    text-align: center;
}

.potential {
    display: block;
    margin: auto;
    width: 400px;
    border-width: 5px;
    border-style: dotted;
    border-radius: 5px;
    padding-right: 10px;
}

.potential h4 {
    text-align: center
}

.consumption {
    background-color: #D1FFBD;
    border-radius: 12px;
    color: black;
    padding: 10px;
}

.consumption-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consumption img {
    display: block;
    margin: auto;
    height: 300px;
    width: auto;
}

.misinformation {
    background-color: #D5FFFF;
    border-radius: 12px;
    color: black;
    padding: 10px;
}

.misinformation-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.misinformation img {
    display: block;
    margin: auto;
    height: 300px;
    width: auto;
}

.conclusion {
    background-color: #FFF4C9;
    border-radius: 12px;
    color: black;
    padding: 10px;
    text-align: center;
}

.conclusion img {
    max-width: 400px;
    height: auto;
}