body {background-color: #1F1F1F;
    color: #F0F0F0;
    text-align: center;
    margin: auto;
    max-width: 1600px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    margin-bottom: 20px;
}

p {
    color: #B3B3B3;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer {
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
    margin-top: auto;
    margin-bottom: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -40px;
    margin-right: -40px;
}

.app-store-badge {
    display: block;
    max-width: 60px;
    max-height: 60px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar {
    flex-grow: 1;
}

.navbar-brand, .navbar-nav, .nav-link {
    color: #F0F0F0;
}

.navbar-nav .nav-link.active {
    color: #40BAFF;
    font-weight: bold;
}

.navbar-toggler {
    background-color: #F0F0F0;
}

.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.text-image-pair-right {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.text-image-pair-left {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
}


.text-content {
    display: flex;
    flex-direction: column;
}

.text-content img {
    display: block;
    margin: auto;
}

.app-screenshot {
    max-width: 65%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn.btn-primary {
    align-self: flex-start;
    margin: auto;
    background-color: #40BAFF;
    font-size: 24px;
}

.full-width-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #323232;
}

.wrapped-container {
    display: inline-flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 80vw;
    max-height: 80vw;
    background-color: #323232;
    border: 2px solid #40BAFF;
    border-radius: 8px;
}

.list-container {
    width: 340px;
    text-align: left;
    margin: auto;
}

.footerOuter {
    display: flex;

    align-items: center;
    flex-direction: column;
}

.footerLogoContact {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footerLogoPair {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.btn-check:checked + #darkmode {
    background-color: #1F1F1F;
    color: #F0F0F0;
    font-size: 18px;
    line-height: 42px;
}

#darkmode {
    background-color: #F0F0F0;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 42px;
}

.lightmode {
    background-color: #F0F0F0;
    color: #1F1F1F;
}

.lightmodeText {
    color: #1F1F1F;
    transition: color 0.5s ease;
}

.lightmodeAccent {
    background-color: #B3B3B3;
    color: #1F1F1F;
}

.transition {
    transition: background-color 0.5s ease;
}
