@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fredoka:wght@300..700&display=swap');


:root {
    --color-white: whitesmoke;
}

body {
    background-color: #1A1A41;
    color: var(--color-white);
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#daysLeft {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    background-color: #12122e;
    padding: 1rem 2rem;
    border-radius: 25px;
    width: fit-content;
}

.day-card {
    background-color: #20204B;
    padding: 1rem 2rem;
    border-radius: 25px;
    margin-bottom: 2rem;
    margin-right: 1.5rem;
}

a {
    color: var(--color-white);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.day-card .activity .specs li {
    margin: 1rem 0;
}

.day-card .activity .specs li span {
    font-weight: 500;
}

h1,
h2,
h3 {

    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 2rem;
}

h2 {
    border-color: rgb(96 165 250);
    background-color: rgb(219 234 254);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(30 64 175);
    border-width: 1px;
    border-radius: 0.25rem;
    width: fit-content;
}

h3 {

    width: fit-content;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.preview {
    height: 300px;
    border-radius: 0.25rem;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}

img {
    max-width: 500px;
}

i.checked {
    margin-right: 0.5rem;
    background-color: lightseagreen;
    padding: 2px;
    border-radius: 0.25rem;
}

.badge {
    border-color: rgb(107 114 128);
    border-radius: .25rem;
    border-width: 1px;
    background-color: rgb(243 244 246);
    padding-left: .625rem;
    padding-right: .625rem;

    padding-bottom: .125rem;
    padding-top: .125rem;

    font-size: 1rem;
    line-height: 1.2rem;

    color: rgb(31 41 55);

    font-weight: 500;

}

.badge a {
    color: rgb(31 41 55) !important;

}

.apps li {
    margin: 1rem 0;
}

.content {
    margin-left: 1.5rem;
}