.large-button {
    display: inline-block;
    padding: 20px 40px;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #0066cc;
    border-radius: 8px;
}


.large-button:hover {
    background-color: #0052a3;
}

.button-group {
    margin-top: 30px;
}

body {
    font-family: Arial, sans-serif;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3 {
    color: #0066cc;
    margin-bottom: 0.5em;
}

/* Add the following style to create space from the left side of the page */
.center-container {
    text-align: center;
}

/* Add the following style to create space from the left side of the page */
.overall-container {
    margin-left: 20px;
}

.helicopter-info {
    margin: 1em 20px; /* Adds left and right margin of 20px */
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.helicopter-info:last-child {
    border-bottom: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 5px 0;
}

.bold {
    font-weight: bold;
}

.note {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

.tracking-links a {
    color: #0066cc;
    text-decoration: none;
}

.stats-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.twitter-stats-container {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    background-color: #f9f9f9;
    text-align: left;
    max-width: 250px;
}

.twitter-stats-container h2 {
    margin-bottom: 0.5em;
}

.twitter-stats-container p {
    margin: 5px 0;
}
