*{
    margin:0;
    padding:0;
}

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

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

ul{
    text-align: center;
    margin-top: 8px;
}

li{
    list-style-type: none;
    display: inline;
    margin: 10px;
}

a{
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #e24373;
}

h1{
    font-family: "Akira";
    color: #ffffff;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 4px;
}

h2{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #e24373;
    font-size: 1em;
    margin-bottom: 20px;
}

main#canvas{
    width: 68.4vw;
    height: 45.5vw;
}

main{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
}

section{
    width: 11.4vw;
    height: 100%;
    float: left;
}

article{
    width: 60%;
    height: 80%;
    margin-top: 41%;
    margin-left: 20%;
    float: left;
}
   
figure{
    width: 18%;
    height: 97%;
    margin-top: 8%;
    margin-left: 5.5%;
    float:left;
}

.dp{ background-color: #242038; }
.sb{ background-color: #725AC1; }
.ti{ background-color: #8D86C9; }
.l{  background-color: #F7ECE1; }
.t{  background-color: #CFBAE1; }
.lilac{ background-color: #C59FC9; }

.dp:hover{ background-color: indigo; }
.sb:hover{ background-color: blue; }
.ti:hover{ background-color: darkblue; }
.l:hover{  background-color: dodgerblue; }
.t:hover{  background-color: darkslateblue; }
.lilac:hover{ background-color: blueviolet; }

/* =======================================
   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";
    src: url("../../../fonts/Akira\ Expanded\ Demo.otf");

    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
 */
