body {
margin: 0;
padding: 0;
background: #bff1ff;
}

#wrapper {
    margin: 5px 0;
    background-color: #fff;
}

.hiddenwrapper {
    padding: 10vh 10vw 45vh;
}
/* Back Arrow */
.back {
    overflow: hidden;
    margin:10px 0 0 10px;
    padding:15px 0;
    font-size: 15px;}
.back a {
    color: #000000b8;
    text-decoration: none;
    transition: 0.2s ease-out;
    padding: 4px;
    border-radius: 20%;
    border: 3px solid #f5f5f500;
    border-bottom: 3px solid #0361775a;}
.back a:hover {
        color: #000000;
        background:#00000003;
        border-top: 1px solid #00000091;
        border-bottom: 3px solid #b9f1ff;;
        border-left: 3px solid #1a234451;
        border-right: 3px solid #c0c0c046;}
.back a:active {
    color: #000000;
    background:rgb(191, 240, 255);
    border-top: 1px solid #7d7d7d00;
    border-bottom: 3px solid #1a234400;
    border-left: 3px solid #1a23440b;
    border-right: 3px solid #ffffff00;}
  
/* Design */
h5 {
    font-size: 1.1rem;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #000;}

/* creations */
h3 {
    font-size: 1.5rem;
    padding: 0 0 5px 0;
    margin:0 0 30px 0;
}

/* Hidden Section */

    .hiddenwrapper p {
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

.proj-sec {
    display: none;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}
    .proj-sec.show {
        display: block;
    }

h4 {
    display: flex;
    font-size: 1.1rem;
    padding: 20px 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    color: #000;
    transition: transform 0.3s ease-out box-shadow 0.3s ease background-color 0.3s ease;
}

#toggleHeader,#toggleHeaderTwo {
    margin: 1vh 140vh 0 0;
    background:#aeaeae2b;;
    border-radius: 10px;
   
}
a{
    padding: 100px;
}
.link{
    padding: 0 3px;
    text-decoration: none;
    color:#1a8fb3;
    background: #e7e7e73b;
}
.link:hover{
    color:#29515d;
}
.link:active{
color:#000000;
}

/* for the extended code */

#code {
 user-select: none;
 padding: 0;
 margin: 0;
}
#code:hover{
    cursor: pointer;
    color:#909090;
}
#code:active{
    cursor: pointer;
    background: #858585;
}
#code.locked{
    cursor: pointer;
    /* display: hidden; */
    color: #fff;
    background: #858585;
    transform: translateY(2px);
}
.extended-code {
    display: none;
    transition: max-height 0.3s ease-out;
    /* overflow: hidden; */
}

.extended-code.show {
    display: flex;
    padding: 0;
    margin: 0;
}

#toggleHeader:hover,#toggleHeaderTwo:hover {
    user-select: none;
    cursor: pointer;
    border-radius: 10px;
    background:#67676730;
    color: #00275d;
    transform: translateY(-2px);
}
    #toggleHeader:active, #toggleHeaderTwo:active {
        background: linear-gradient( #ffffff17, #bbbbbb99);
        user-select: none;
        transform: translateY(2px);
    }
        #toggleHeader.locked, #toggleHeaderTwo.locked {
            user-select: none;
            border-radius: 10px;
            background: linear-gradient( #ffffff17, #bff0ff);
            transform: translateY(2px);
        }

/* Hidden Section2 */
h6 {
    font-size: 1.2rem;
    }


.proj-secTwo {
    display: none;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.proj-secTwo.show {
    display: block;
}

.stepblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}
/* Footer */
footer {
    text-align: center;
    padding: 0;
    background-color: #bff0ff;
    color: #fff;
    font-size: 1.2rem;}

    @media screen and (max-width: 768px) {}