article details {
    /*This is for the table of contents apple, notables, Microsoft and so on*/
    font-size: xx-large;
}

article a {
    line-height: 1.6;
    font-size: large;
}

h1 {
    text-align: center;
    color: #333;
    font-size: 2.5rem;
}

h4 {
    font-size: large;
}

article h2 {
    color: #007bff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.article p {
    /*If I leave p by itself the footer About section will resize due to it being a paragraph as well*/
    line-height: 1.6;
    font-size: large;
}

.article p a {
    /*If I leave p by itself the footer About section will resize due to it being a paragraph as well*/
    display: inline;
    word-break: break-word;
}

dl {
    font-size: xx-large;
}

dd {
    color: #555;
    line-height: 1.2;
    font-size: 1.2rem;
    display: inline-block;
    padding-bottom: 10px;
}

dt {
    text-align: center;
    padding-bottom: 2%;
}

figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

figcaption {
    font-size: x-small;
}

article summary {
    display: inline;
    /* Change from inline to inline-block */
    margin: 10px;
    padding: 3px;
    max-width: 100%;
    /* Add this line to prevent the text from overflowing */
    border-radius: 50px;
    border: solid 2px rgb(102, 155, 224);
    position: relative;
}

details :focus {
    background-color: rgb(200, 244, 244);
}

article .reg_container summary:hover {
    background-color: rgb(102, 155, 224);
    width: 80% !important;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.reg_container {
    display: inline-block;
}

.tablet {
    background-color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-size: xx-large;
    display: block;
}

.tablet:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.challenge,
.trend {
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.challenge h3,
.trend h3 {
    margin-bottom: 5px;
}

.blokie div {
    float: left
}

.blokie li {
    background-color: azure;
    display: inline;
    font-size: 1vh;
}

ul.blokie li {
    margin-bottom: 10px;
    display: inline-block;
    /* Adjust the value as needed */
}
