/* CSS styles for the #logo element */

body {
    font-family: 'Chivo', sans-serif;
    padding-left: 50px;
    padding-right: 50px;
    color: #72758f;
    font-size: 100%;

}

p {
  line-height: 1.5; /* Increase the line spacing between paragraphs */
}



.pinned-extension-image {
    max-width: 25%;
    height: auto;
    border: 1px solid grey;
    margin-left: 25px;
}

.extension-icon {
    width: 1.5%;
    height: auto;
}

.puzzle-icon {
    width: 1%;
    height: auto;
}

dt{
    margin-bottom: 5px;
}

