*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*{
    font-family: 'Epilogue', sans-serif;
}

body {
    background: #FFFEB3;	
    padding: 4rem;
}

#container {
    max-width: 100%;
    background: rgb(0, 240, 100);
    width: 40rem;
    margin: 0 auto;
    padding: 3rem;
    font-family: sans;
    box-shadow: .4rem .4rem 0 black;
    border: .3rem solid black;
}
a{

    text-decoration:none;
}
p{
    font-size: 1.2rem;
    line-height: 2rem;
}
img {
    width: 100%;
    box-shadow: .4rem .4rem 0 black;
    border: 2px solid black;
    transition: all .3s;
}

img:hover {
    box-shadow: 0px 0px 0 black;
}

#stuffContainer {
    width: 100%;
    display:flex;
    flex-direction:column;
    gap: 1.5rem;
    margin-top: 1rem;
}


#stuffContainer h2{
    margin-bottom: .5rem;
}

.techstackcontainer{
    display:flex;
    gap: .5rem ;
    flex-wrap:wrap;
    padding: 1rem 0px;
}

.techstackcontainer span:hover{
    box-shadow: 0px 0px 0 black;
}

a h2{
    padding: .2rem;
    position: relative;
    display:block;
    min-width:max-content;
    margin-right: 100%;
    padding-right: 2.5rem;
    overflow: hidden;
} 

a h2:hover::before{
    transform: translate(0,0);
    opacity:1;
}

a h2::before{
    align-self: flex-start;
    opacity:0;
    content: url('data:image/svg+xml;utf8,<svg fill="none" stroke-width="2" xmlns="http://www.w3.org/2000/svg" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"  style="overflow: visible; color: currentcolor;"><path d="M7 17 17 7"></path><path d="M7 7 17 7 17 17"></path></svg>');
    color:white;
    top: 0;
    transform: translate(-100%,  100%);
    transition: all .3s;
    right: 0;
    bottom: 0;
    aspect-ratio: 1;
    position:absolute;
}
.checkongithub {
    position: relative;
    margin-left: auto;
    display: flex;
    color:black;
    width: max-content;
    border-bottom: 1px solid black;
}
.checkongithub:hover::after{
    transform: translateX(50%);
}
.checkongithub::after{
    transition:all .3s;

    transform: translateX(0%);
    content: url('data:image/svg+xml;utf8,<svg fill="none" stroke-width="2" xmlns="http://www.w3.org/2000/svg" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" height="1em" width="1em" style="overflow: visible; color: currentcolor;"><path d="M5 12 19 12"></path><path d="M12 5 19 12 12 19"></path></svg>');
    margin-left: .2rem;
    display:flex;
    align-items: center;
}

.techstackcontainer span{
    cursor: pointer;
    transition: all .3s;
    padding: .3rem 1rem;
    background-color: #FF0075;
    font-weight:bold;
    display: flex;
    box-shadow: -.3rem .3rem 0 black;
    align-items:center;
    border: 2px solid black;
    border-radius:9999px;
}
h1, h2, h3, h4, h5, h6{
    text-shadow: .1rem .1rem 0px black, .2rem .2rem 0px black, .3rem .3rem 0px black , rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;;
    color:white;
}
