body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff9eb;
}

header {
    background-color: #fff9eb;
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 3em;
    margin-bottom: 0.1em;
}

header p {
    font-size: 1.2em;
    margin-top: 0;
}

p {
    font-size: 1.2em;
}

section {
    padding: 20px;
}

section h2 {
    font-weight: bold;
}

/* Dotted border */
hr.dotted {
    border-top: 3px dotted #bbb;
    margin: 0px;
    padding: 0px;
}

.h2-wrapper {
    text-align: center;
    font-weight: bolder;
}

.img-container-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.img-container {
    background-image: url('./imgs/boycott-z-2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.buttons a {
    background-color: #8a704a;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration: none;
    width: 15%;
}

.buttons a:hover {
    background-color: #ad926b;
}

.summary {}

.supported-websites {
    background-color: #fff9eb;

}

.supported-websites ul {
    display: flex;
}

.supported-websites li {
    list-style: none;
    margin-right: 10px;
    font-size: 24px;
}

.faq {}

footer {
    text-align: center;
    font-size: x-small;
}

.colps {
    background-color: #fbebd4;
    text-decoration: none;
}


.colps:hover {
    background-color: #fbebd4;
}

.colps:focus {
    background-color: #fbebd4;
}

.colps-ans>div {
    background-color: #fff9eb;
}

.supported-websites {
    font-size: small;
}

.supported-websites span {
    font-size: small;
    background-color: #8a704a !important;
}

/* hand #595240 */
/* bg #fff9eb */
/* font #595240 */
/* brown #595240 */
/* beige #595240 */