body{
    background-color:hsl(240, 33%, 3%);
}

@font-face {
    font-family: "Akira";
    src: url("../../../fonts/Akira Expanded Demo.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:#922a49;
    font-size: 40px;
    text-align: center;
}

h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

h1 {
    text-align: center;
}

.name{
    text-align: center;
    font-size: 60px;
    font-family: "Akira";
    color: rgb(255, 255, 255);

}

.anchor{
    text-align: center;
    font-size: 20px;
    font-family: "Akira";
    color: rgb(255, 255, 255);
}

p{
    text-align: center;
    font-size: 20px;
    font-family: "Akira";
    color:#ffffff

}

div{
    margin-left: auto;
    margin-right: auto;
    color:#ffffff

}

ul {
    list-style: none;
    margin: 0 auto;        
    padding: 0;

    display: flex;          
    justify-content: center; 
    align-items: center;

    gap: 3vw;              
    width: 100%;         
}

li {
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: #e24373;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2vw;       
    white-space: nowrap; 
}


.ascii-block {
    text-align: center;
}

.ascii-block img {
    display: block;
    margin: 1rem auto;
}

.ascii-block a {
    display: block;
    margin-bottom: 2rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}



/* =======================================
   WHITE CIRCLE BACK BUTTON (UNIVERSAL)
======================================= */

#navbar {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 9999;
}

.back-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.back-btn-circle {
    width: 60px;
    height: 60px;

    border-radius: 50%;
    background-color: #ffffff;  
    border: 3px solid #ffffff; 

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;   
    padding: 0;
    margin: 0;
    line-height: 0;          
    box-sizing: border-box;

    transition: transform 0.25s ease;
}

.nav-logo {
    display: block;
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}


.back-btn-label {
    white-space: nowrap;
    color: #ffffff;              
    font-family: "Akira";

    font-size: 0;        
    opacity: 0;
    transform: translateX(0);

    transition:
        font-size 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.back-btn:hover .back-btn-circle {
    transform: scale(1.05);
}

.back-btn:hover .back-btn-label {
    font-size: 1rem;
    opacity: 1;
    transform: translateX(4px);
}

/*
  __  __  __   __
|  \/  | | | / /
| |\/| | | |/ /
| |  | | |   |
| |  | | |    \
|_|  |_| |_| \_\
                         M  K  S  T  U  D  I  O
*/