@font-face
{
    font-family: hukkaputki_font;
    src: url("./../fonts/blueberry.otf");
}

#hukkaputki_title
{
    color: rgba(255, 255, 255, 255);
    -webkit-text-stroke: 2px rgb(130, 74, 250);
    font-family: 'hukkaputki_font', 'monospace';
    font-size: 5rem;
    letter-spacing: +0.7rem;
    text-align: center;
    padding-bottom: 15px;
} 

#github_link_hukkaputki
{
    align-self: center;
    text-align: center;
    font-size: 50px;
}

#hukkaputki_quote
{
    font-family: 'Fira Code', 'monospace';
    color: rgba(255, 255, 255, 255);
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 25px;
}

#hukkaputki_tldr
{
    text-align: center;
}

#hukkaputki_body
{
    text-align: left;
    font-family: 'cascadia', 'monospace';
    max-width: 800px;
    margin: 0 auto;
    padding: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-left: 3px solid rgb(180, 130, 250);
}

#hukkaputki_youtube
{
    text-align: center;
}

.hukkaputki_text
{
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.8rem; 
    letter-spacing: -.05rem;
}

.hukkaputki_text strong
{
    color: rgb(180, 130, 250);
    text-shadow: 0 0 5px rgba(130, 74, 250, 0.3);
}

#itchio_link_bitone
{
    align-self: center;
    text-align: center;
    font-size: 50px;
}

#itchio_link_bitone a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
    display: inline-block;
}

#itchio_link_bitone a:hover {
    color: rgb(180, 130, 250);
    text-shadow: 0 0 15px rgba(180, 130, 250, 0.8);
    transform: scale(1.15);
}

.hukkaputki-figma-link {
    color: rgb(180, 130, 250);
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid rgb(180, 130, 250);
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 5px;
}

.hukkaputki-figma-link:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(180, 130, 250, 0.2);
    border-color: rgb(200, 160, 255);
    box-shadow: 0 0 15px rgba(180, 130, 250, 0.6);
    transform: scale(1.05);
}
