html, body {
    margin: 0;
    margin-top: 10px; 
    padding: 0;
    font-family: 'Varela Round', Helvetica, sans-serif;
    background-color: rgb(36, 36, 36);
    scroll-behavior: smooth;
    user-select: none;
}

.animation {
    position: relative;
    text-align: center;
    background-color: rgb(36, 36, 36);
}

.bg {
    margin: auto;
    width: 100vw; 
    height: 100vh; 
    object-fit: cover;
    background-color: rgb(36, 36, 36);
} 

@keyframes in {
    00% {top:100%; opacity: 0;}
    80% {top:100%; opacity: 0;}
    100% {opacity: 1;} 
  }

.header {
    color: rgb(243, 231, 216);
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
    line-height: 0.4em;
    animation-name: in;
    animation-duration: 6s;
}

.skip {
    border: none;
    color: rgb(243, 231, 216);
    background-color: transparent;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 25%;
    height: 7%;
    left: 50%;
    animation-name: in;
    animation-duration: 6s;
}

.skip:hover{
    cursor: pointer;
    border-bottom: 1px solid rgb(243, 231, 216);
    width: 50%;
    transition: width .3s;
}

.p_button{
    top: 52%;
}

.e_button{
    top: 62%;
}

.c_button {
    top: 72%;
}

.con_button {
    top: 82%;
}

.x_button {
    top: 92%;
}

.navbar {
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    top: 2%;
    text-align: right;
    right: 2%;
    width: 100%;
    height: 8%;
    z-index: 100;
}

.return {
    border: none;
    color: rgb(243, 231, 216);
    background-color: transparent;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    animation-name: in;
    animation-duration: 6s;
}

.return:hover {
    cursor: pointer;
    color: rgb(36, 36, 36);
    background-color: rgb(243, 231, 216);
}

#container {
    color: rgb(243, 231, 216);
    font-size: 30px;
    font-weight: bold;
}

.title{
    position: absolute;
    top: 115%;
    right: 3%;
    text-align: right;
}

.tools{
    position: absolute;
    top: 160%;
    left: 3%;
}

i{
    font-size: 100px;
}

#content {
    position: absolute;
    color: rgb(243, 231, 216);
    top: 220%;
    font-size: 20px;
    left: 3%;
    right: 3%
}

.project {
    font-size: 100px;
    font-weight: bold;
}

.p_title{
    font-size: 70px;
}

.p_left {
    width: 40%;
    float: left;
}

.p_right {
    width: 50%;

    float: right;
}

.clear{
    clear: both;
}

.WIP {
    text-align: right;
    color: rgb(223, 65, 65);
    font-family: Allerta Stencil, fantasy;
    font-weight: lighter;
}

a {
    color: rgb(167, 72, 255);
}

.scrapped {
    font-size: 70px;
    font-weight: bold;
    border: none;
    color: rgb(243, 231, 216);
    background-color: rgb(26, 26, 26);
    cursor: pointer;
    font-family: 'Varela Round', Helvetica, sans-serif;
}

.scrapped:hover{
    color: rgb(202, 202, 202);
}

.scrapped_content {
    background-color: rgb(26, 26, 26);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.contact{
    color: rgb(243, 231, 216);
    background-color: #38243a;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 10%;
}

.contact a{
    color: rgb(243, 231, 216);
    padding: 4em;
    text-decoration: none
}

.contact a:hover{
    color: rgb(247, 186, 255);
}

