body {
    background-color: #000020;
    padding: 0px;
    margin: 0px;
    color: #FFFFE0;
    font-family: Atkinson Hyperlegible, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#title_logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 80ch;
    min-width: 40ch;
    width: 100%;
}
@media (max-width: 40ch){
    #title_logo img {
        max-width: 45.031px;
        min-width: 45.031px;
    }
}

#back_button {
    color: #ff0;
    font-weight: bold;
}

heart-symbol::before {
    content: "<3";
    font-weight: bold;
    color: #FF0000;
}