@font-face {
    font-family: 'Chicago';
    src: url('../chicago.ttf') format('truetype');
}

body {
    font-family: 'Geneva', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
    color: #000000;
}

h1, h2, h3 {
    font-family: 'Chicago', sans-serif;
    color: #000000;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 14pt;
}

#menu-bar {
    font-family: 'Chicago', sans-serif;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    font-size: 12pt;
    width: 100%;
    margin-bottom: 5px; /* Add margin-bottom to create space below the menu bar */
}

#menu-links a {
    color: #000000;
    text-decoration: none;
    margin: 0 3px;
    font-family: 'Chicago', sans-serif;
    font-size: 12pt;
}

#clock {
    color: #000000;
    text-decoration: none;
    margin: 0 3px;
    font-family: 'Chicago', sans-serif;
    font-size: 12pt;
}

.container-wrapper {
    margin: 20px;
}

.container {
    padding: 10px;
    border: 1px solid #000000;
    width: 50%;
}

.image-container {
    padding: 10px;
    margin-left: 20px;
}

.full-width-container {
    margin: 20px;
    padding: 10px;
    border: 1px solid #000000;
}

.model {
    margin-bottom: 20px;
}

a.no-underline {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}


.pros-cons {
    margin: 10px 0;
}

.pros, .cons {
    margin: 5px 0;
}

.pros:before {
    content: "Pros: ";
    font-weight: bold;
}

.cons:before {
    content: "Cons: ";
    font-weight: bold;
}

/* Media query for modern devices */
@media only screen and (max-width: 768px) {
    #clock {
        font-size: 11pt; /* Adjust the size as needed for modern devices */
    }

    #menu-bar {
        font-size: 11pt; /* Adjust the size as needed for modern devices */
    }

    #menu-links a {
        font-size: 11pt; /* Adjust the size as needed for modern devices */
    }
}
