@font-face {
    font-family: MerryChristmas;
    src: url("MerryChristmasFlake.ttf");
}

html {
    width: 35rem;
    margin: 0.5rem;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.title * {
    color: #002f6c;
}

.title :is(h1, h2, h3) {
    font-family: Verdana, sans-serif;
    float: left;
    margin: 0;
}

.title h1 {
    font-size: 1.5rem;
}

.title select {
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;

    appearance: none;
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.title :is(a, span) {
    font-family: serif;
    position: relative;
}

.title a span {
    position: absolute;
    left: 34px;
    top: 30px;
}

h2 {
    font-family: MerryChristmas, Verdana, sans-serif;;
    font-size: 2rem;
    text-align: center;
    color: #be1e32;
}

h2 span {
    color: #11690d;
}

strong {
    white-space: nowrap;
}
