@font-face {
    font-family: "1942";
    src: url("/assets/fonts/1942.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ByteBounce";
    src: url("/assets/fonts/ByteBounce.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kyiv Machine";
    src: url("/assets/fonts/KyivMachine-nR0aM.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

body {
    background: linear-gradient(to right, #9d0c0c, #0b3289, #026403);
}

h1, h2, h3 {
    margin: 0;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header h1 {
    font-family: "1942", sans-serif;
    color: white;
    margin: 0;
    padding: 20px;
    font-size: 2.5rem;
}

.go_home {
    padding: 0;
    margin-top: 10px;
}

.header .star1 {
    width: 100px;
    padding: 0;
    margin: 0;
    transform: translateY(-30%);
}

.header .star2 {
    width: 60px;
    padding: 0;
    margin: 0;
    transform: translateX(-80%) translateY(-60%);
}

.description {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-top: -40px;
}

.description p {
    font-family: "Kyiv Machine", sans-serif;
    color: white;
}

.body {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.listening {
    margin-top: 20px;
    flex: 1;
    text-align: center;
}

.watching {
    margin-top: 20px;
    flex: 1;
    text-align: center;
}

.reading {
    margin-top: 20px;
    flex: 1;
    text-align: center;
}

.listening img {
    width: 120px;
}

.watching img {
    width: 150px;
}

.reading img {
    width: 100px;
}

.old-listening {
    margin: 15px 15px;
}

.old-listening li {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.old-listening li a {
    font-family: "ByteBounce", sans-serif;
    color: white;
    font-size: 1.5rem;
    padding-right: 10px;
    white-space: nowrap;
}

.old-listening li p {
    font-family: "Kyiv Machine", sans-serif;
    color: white;
    font-size: 0.8rem;
    white-space: nowrap;
}

.old-watching {
    margin: 5px 15px;
}

.old-watching li {
    list-style: none;
    display: flex;
    flex-direction: none;
    justify-content: center;
    align-items: center;
}

.old-watching li a {
    font-family: "ByteBounce", sans-serif;
    color: white;
    font-size: 1.5rem;
    padding-right: 10px;
    white-space: nowrap;
}

.old-watching li p {
    font-family: "Kyiv Machine", sans-serif;
    color: white;
    font-size: 0.8rem;
    white-space: nowrap;
}

.old-reading {
    margin: 5px 15px;
}

.old-reading li {
    list-style: none;
    display: flex;
    flex-direction: none;
    justify-content: center;
    align-items: center;
}

.old-reading li a {
    font-family: "ByteBounce", sans-serif;
    color: white;
    font-size: 1.5rem;
    padding-right: 10px;
    white-space: nowrap;
}

.old-reading li p {
    font-family: "Kyiv Machine", sans-serif;
    color: white;
    font-size: 0.8rem;
    white-space: nowrap;
}
