*{
    text-decoration:none;
    padding:0px;
    margin:0px;
    box-sizing: border-box;
    
}

html {
  scroll-behavior: smooth;
}


::selection {
    background-color:#DCD3E2;
}

h1{
    
    font-family: 'Questrial', sans-serif;
    display:flex;
    flex-direction:column;
    color:white;
    font-weight:400;    
    font-size:35px;
    letter-spacing:-1px;
}

h2{
    font-family: 'Questrial', sans-serif;
    display:flex;
    flex-direction:column;
    color:#fe0092;
    font-weight:600;    
    font-size:70px;
    letter-spacing:-1px;
}

h3{
     font-family:'Questrial', sans-serif;
    color:#fe0092;
    color: white;
    font-size:33px;
    font-weight:600;
}


h4{
    font-family:'Questrial', sans-serif;
    
    color:rgb(87, 45, 77);
  
    font-size:18px;
    font-weight:400;
    line-height: 30px;
    padding-top: 1%;
    padding-bottom: 1%;
    
}


h5{
     font-family:'Questrial', sans-serif;
    color:#71306E;
    color:white;
    font-size:18px;
    font-weight:300;
    line-height:40px;
    letter-spacing:1px;
    
}

p{
    font-family:'Questrial', sans-serif;
}

.mainNavFrame{
    width:100%;
    height:14%;
    background-color:#F85611;
    position:fixed;
    display:flex;
    flex-direction:column;
    margin-top:0;
    z-index:11;
    justify-content:center;
    }



.shrink {
  height: 5%;
}


.header{
    position:relative;
    width:100%;
    height:90%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#F85611;
    transition: 0.5s;
    background:none;
    text-align:center;

}

.logo{
    font-family:'Questrial', sans-serif;
    color:white;
    font-size:18px;
}

.navigation {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
}

.menu{
    display:flex;
    justify-content:center;
    flex-direction:row;
    align-items:center;
    text-align:center;
    transition: 0.8s ease-in-out;
    background:none;
    width:80%;
    gap:8px;
    height:100%;

}

.menu li{
    list-style-type:none;
}

.menu li a{
    color:white;
    text-decoration:none;
    font-family:'Questrial', sans-serif;
    display:block;
    letter-spacing:1px;
    font-size:17px;
    font-weight:400;
    line-height:30px;
    transition:0.3s;
    background-color:none;

}


#contactCircle{
    width:110px;
    height:110px;
    background-color:#F5008B;/*#E0007F;/*#CC0074;/*#F90B6F;*/
    border-radius:50%;
    display:flex;
    justify-content:center;
    vertical-align:middle;

}

#secondlink{
    width:100%;
     
}


#sixthLink{
    vertical-align:middle;
    padding:auto;
    margin:auto;
    animation: rotating 6s linear infinite;
    color:white;
    font-family: 'Questrial', sans-serif;
    font-size:16px;
    font-weight:300;
    letter-spacing:1px;
    
}

 @keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.menu li a:hover{
    color:none;
}


.hamburger{
    position:relative;
    width:25px;
    height:3px;
    background:#91a28a;
    border-radius:15px;
    cursor:pointer;
    transition:0.3s;
    z-index:2;
}

.hamburger:before,
.hamburger:after{
    content:"";
    position:absolute;
    height:3px;
    right:0;
    background:#91a28a;
    transition:0.3s;
}

.hamburger:before {
    top: -10px;
    width:24px;
 }

.hamburger:after {
    top: 10px;
    width:25px;
}

.toggle-menu {
    position:absolute;
    width:30px;
    height:25px;
    cursor:pointer;
    opacity:0;
    z-index:3;
}

.hamburger,
.toggle-menu {
    display:none;
}

.navigation input:checked ~ .hamburger
{
    background: transparent;
}

.navigation input:checked ~ .hamburger:before
{
    top:0;
    transform: rotate(-45deg);
    width:24px;
}

.navigation input:checked ~ .hamburger:after
{
    top:0;
    transform: rotate(45deg);
    width:24px;
}


.navigation input:checked ~ .menu{
    right: 0;
}
#landing{
    background-color:orange;
    display:flex;
    flex-direction:column;
    margin:auto;
    padding:auto;
    width:100%;
    height:50%;
    position:relative;
}
#landingContent{
    display:flex;
    flex-direction:column;
    margin:auto;
    padding:auto;
    background-color:#F85611;
    z-index:10;
    width:100%;
    align-items:center;
}

#firstLine{
   
    font-family: 'Questrial', sans-serif;
    display:flex;
    flex-direction:column;
    color:#9fafa6;
    font-weight:400;
    margin:auto;
    padding:auto;
    background:none;
    margin-top:10%;
    margin-bottom:2%;
    width:90%;
    vertical-align:middle;
    padding: 1% 0% 7% 1%;
    }
    .typewriter {
        overflow: hidden; /* Ensures the content is not visible until animated */
        white-space: nowrap; /* Prevents the text from wrapping to the next line */
        border-right: 0px solid white; /* Creates the typing cursor effect */
        visibility: visible; /* Initially hides the element */
        width: 0; /* Initially sets the width to 0 */
        animation: typing 1s steps(182, end) forwards, blink-caret 0.45s step-end infinite;
        animation-fill-mode: forwards; /* Ensures the element retains its final state after animation */
    }
    
    #port1 {
        animation-delay: .2s; /* No delay for the first line */
    }
    
    #port2 {
        animation-delay: .3s; /* Delay for the second line */
    }

    #port22 {
        animation-delay: .4s; /* Delay for the second line */
    }

    #port23 {
        animation-delay: .5s; /* Delay for the second line */
    }
    
    #port3 {
        animation-delay: .6s; /* Delay for the third line */
    }

    #port32 {
        animation-delay: .7s; /* Delay for the third line */
    }

    #port33 {
        animation-delay: .8s; /* Delay for the third line */
    }
    
    @keyframes typing {
        from { width: 0; visibility: visible; } /* Set visibility to visible when animation starts */
        to { width: 100%; }
    }
    
    @keyframes blink-caret {
        from, to { border-color: transparent; }
        50% { border-color: none; }
    }
#port1{
    font-size:35px;
    font-weight:400;
    color:white;
    letter-spacing:-1px;
    line-height:normal;
}

#port2{
    font-size:70px;
    font-weight:800;
    color:white;
}

#port22{
    font-size:70px;
    font-weight:800;
    color:white;
}

#port23{
    font-size:70px;
    font-weight:800;
    color:white;
}



/******************************/

#port3{
    color:white;
    font-size:14px;
    margin-top:1.5%
}
#port32{
    color:white;
    padding: 0% 0 0% 0;
    font-size:14px;
    margin-top:-8px;
}
#port33{
    color:white;
    font-size:14px;
    margin-top:-8px;
}

.webTitle{
    width:100%;
    text-align: left;
    padding-top: 3%;
    padding-bottom:1%;
}

.webTitles{
        background-color: #fe0092;
        
}

#webProjects{
    width:50%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:left;
    align-items:left;
    margin:auto; 
}

.webContainer,.codeContainer{
    display:flex;
    flex-direction:column;
    width:100%;
    text-align:left;
    justify-content:left;
    padding: .5% 0 5% 0;
    margin:auto;
}

.webLeft{
    display:flex;
    flex-direction:column;
    background-color:none;
    width:100%;
    justify-content: left;
}
.webRight{
    width:100%;
    background-color:none;
    display:flex;
    flex-direction: column;
    justify-content:left;
    left:0;
    margin-top: 1;
}

.webImageContainer{
    display: flex;
    width:100%;
    height:450px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    vertical-align: middle;
    padding: 1% 1% 6% 1%;
    overflow: hidden;
    position: relative;
    background:  linear-gradient(to right, rgb(222, 223, 224), rgb(231, 235, 235));

    z-index: 2;
    border-radius: 10px;
}

.webImages{
    width:100%;
   height:auto;
   position: relative;
   top:0;
   transition: top 4.5s ease-in-out;
   z-index: 1;

}   


.codeImages{
    width:100%;
   height:auto;
   position: relative;
   top:0;
   transition: top 4.5s ease-in-out;
   z-index: 1;

}   

.webImageContainer:hover .webImages{
    top: -700px;
    opacity: 60%;

}

.codeImageContainer:hover .codeImages{
    top: -200px;
    opacity: 60%;

}


.webImageContainer:hover .centerButton{
    opacity: 1;

    visibility: visible;
    transition: opacity .5s ease-in-out; /* Adjust the duration as needed */

}


.codeImageContainer:hover .centerButton{
    opacity: 1;

    visibility: visible;
    transition: opacity .5s ease-in-out; /* Adjust the duration as needed */

}



.webImageInnerContainer{
    width: 100%;
    height: 100%;
    background-color: none;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}


    
.webImageInnerContainer::after{
    position: absolute;
    content: "";
    background-color: red;
    z-index: 99;
    top:2px;
    left:2px;
  
    
}

.codeImageInnerContainer::after{
    position: absolute;
    content: "";
    background-color: red;
    z-index: 99;
    top:2px;
    left:2px;
  
    
}
.centerButton {
    z-index: 1000;
    background-color: rgb(245,0,139);
    color: white;
    border: 1px solid;
    border-color: #F90B6F;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 25px;
    width:110px;
height: 40px;
margin:auto;
visibility: hidden;
opacity: 0;
transition: opacity .5s ease-in-out;

}

.webImageInnerContainerTags{
    background-color: none;
    bottom: 0;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: left;
    padding: 0 1% 2% 1%;
}


.tags{
    background:  rgb(164, 165, 165);
    padding: 1%;
    border-radius: 5px;
    transform: translateY(30%);
    color:white;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;

}

.spacerTags{
    width:1%
}


.codeTitles{
        background-color: #fe0092;
}



.codeLeft{
    display:flex;
    flex-direction:column;
    background-color:none;
    width:100%;
    justify-content: left;
}
.codeRight{
    width:100%;
    background-color:none;
    display:flex;
    flex-direction: column;
    justify-content:left;
    left:0;
}


/***********************codePart*/





  #quizLoginTitle{
    margin: auto;
    font-size: 30px;
    padding-bottom: 5%;
    color: #320846;
    font-weight: 400;

   }

   #quizLoginSubtitle{
    margin: auto;
    padding-bottom: 3%;
    font-size: 15px;
    color:#e4a83d;;
   }
   #quizLoginCounter{
   margin: auto;
    padding-bottom: 3%;
    font-size: 15px;
    color:#e4a83d;
   }

   #inputContainer{
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
    background: linear-gradient(to right,  rgb(63, 4, 82), rgb(23, 1, 27));/*#11922d;*/
    margin: auto;
    padding: 10% 2% 10% 2%;
    justify-content: space-around;
    opacity: 80%;
   }

   #quizUserName{
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: none;
    margin: auto;
    justify-content: space-around;
    padding: 4% 1% 0% 1%;
   }
   #quizPassWord{
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: none;
    margin: auto;
    justify-content: space-around;
    padding: 4% 1% 0% 1%;

   }

   #quizLoginSubmit{
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: none;
    margin: auto;
    justify-content: space-around;
    padding: 8% 1% 8% 1%;
    justify-content: center; /* Horizontally center the button */
    align-items: center;

   }

 #quizSubmitButton{
    width: 100%;
    margin: auto;
    color:white;
    font-size:18px ;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #320846;
 }

   #inputUserName{
    width: 100%;
    background-color: white; /*#e4a83d;*/;
    border-radius: 5px;
    height: 50px;
   }

   #inputUserPass{
    width: 100%;
    background-color: white; /*#e4a83d;*/
    border-radius: 5px;
    height: 50px;
   }

   #quizUserNameText{
    margin-top: 5px;
    color: white;
    padding-bottom: 2%;
    font-size: 18px;
   }

   #quizUserPassText{
    margin-top: 5px;
    color: white;
    padding-bottom: 2%;
    font-size: 18px;
   }

#code{
    width:50%;
    display:flex;
    margin:auto;
    justify-content: left;
    flex-direction: column;
}

.codeImageInnerContainer{
    width:100%;
    height: 100%;
    background-color: none;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

.codeImages{
    width:100%;
    position: relative;
   top:0;
    
}


.codeImageContainer{
    display: flex;
    width:100%;
    height:400px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    vertical-align: middle;
    padding: 1% 1% 6% 1%;
    overflow: hidden;
    position: relative;
    background:  linear-gradient(to right, rgb(222, 223, 224), rgb(231, 235, 235));
    z-index: 2;
    border-radius: 10px;
}


.codeImageInnerContainerTags{
    background-color: none;
    bottom: 0;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: left;
    padding: 0 1% 1% 0;
}



.codeTags{
    background:  rgb(164, 165, 165);
    padding: 1%;
    border-radius: 5px;
    transform: translateY(3%);
    color:white;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;

}

   /**********************************************************/
   /**********************************************************/
   /**********************WIDGET************************************/
   /**********************************************************/
   /**********************************************************/
   /**********************************************************/




#counterHeader{
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
}

#counterTitle{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    color:rgb(85, 29, 72);

}

#counterSubTitle{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color:white;
    padding-top: 15px;
}
li[id^="counter-value-"] {
    list-style-type: none;
    margin-top:3px;
}

.counterLeftTotals {
    margin-top:2.5px!important;
}

#toggleContainer{
    display: flex;
    flex-direction: row;
    background-color: rgb(214, 215, 216);
    padding:10px 15px 10px 15px;
    border-radius: 20px;
    
}

#togleOn{
    margin-top: 6px;
    padding-left: 3px;
    font-size: 11px;
    color: #FF5C20;
    letter-spacing: 0.7px;
    font-weight: 700;

}

#togleOff{
    margin-top: 6px ;
    padding-right: 3px;
    font-size: 11px;
    color: rgb(85, 29, 72);
    letter-spacing: 0.7px;
    font-weight: 600;

}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(87, 45, 77);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color:  #FF5C20;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #FF5C20;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 22px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


#counterSecondBand{
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    background-color: none;
    padding-top: 10px;

}

.lines{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: right;
    background-color: none;
    text-align: right;
    padding-left: 2%;
    padding-right: 2%;

}


.lines2{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: right;
    background-color: none;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
}



.groups{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top:10px;
    
}



.totalsContainers{
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-top: 2px;
    padding-bottom: 2px;
}
.totalsContainers2{
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
.countersContainers{
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-top: 2px;
    padding-bottom: 2px;
}
.countersContainers2{
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-top: 2px;
    padding-bottom: 2px;
}


 .counterLeftTexts{
    margin-top: 3px;
    padding-right: 1px;
    letter-spacing: 0.7px;
    background-color: #dacfd9;
    font-size: 14px;
}
.counterLeftTotals{
    margin-left:3px;
    margin-top: 2px;
    font-size: 15px;
}

.counterRightTexts{
    margin-top: 3px;
    padding-left: 2px;
    letter-spacing: 0.8px;
    background-color: #eff1f8;
    font-size: 14px;
}

.countingDown{
    margin-left:3px;
    margin-top: 2px;
    font-size: 15px;
}



.countdownIcons{
    width:50px;
    height: auto;
}

/*****************COUNTER LAST PART*******************/
#counterLastPart{
    background-color: none;
    width: 100%;
    display: flex;
    flex-direction: row;
}



/*******REACTIONS SECTION****************/
#counterReactions{
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: none;
    margin: auto;
    padding-top: 1%;
    padding-left: 1.9%;
    padding-bottom:1%;
}
 

.reactionContainer{
    display: flex;
    flex-direction: row;
    background-color: none;
    justify-content: left;
    padding-top:1%;
    padding-bottom: 1%;
    align-items: center;

    

    }

.reactionsButtons{
    display: flex;
    flex-direction: row;
    padding-left:3px;
    padding-right: 30px;
    border-radius: 30px;
    background-color: white;
    font-family: 'Questrial', sans-serif;
    font-size:14px;
    color:rgb(87, 45, 77);
    vertical-align: middle;
    border: 1px solid;
    border-color:#5C7562;
    cursor: pointer;
    align-items: center; 
}


.reactionsButtons:hover{
    background-color: rgb(225, 225, 228);
    border: 1px solid;
    border-color:#313732;
    cursor: pointer;
    font-weight: 400;
}

.reactionsButtons:active{
    background-color: rgb(225, 225, 228); /* Change background color when clicked */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}


.reactionstexts{
    margin: auto;
    padding-left: 5px;
}

.reactions{
    font-family:'Questrial', sans-serif;
    color:rgb(87, 45, 77);
    font-size: 30px;
    font-weight: 800;
    background-color: none;
    padding-left: 5px;
    display: flex;
}

.reactionsNumbers{
    margin: auto;
}

/**********COUNTER IMAGES*************/
.counterImagesContainer{
    margin-top:3px;
}
.counterImages{
    width:70px;
    height: auto;
}


#legend{
    display: flex;
    flex-direction: column;
    background-color:none;
    width: 50%;
    justify-content: space-around;
}

#explanationReferenceContainer{
    background-color: none;
    display: flex;
    flex-direction: column;
    justify-content: right;
    padding-right: 3%;
    padding-left:25%;
    text-align: right;
    
}
#explanationTitle{
    font-size: 14;
    color:rgb(87, 45, 77);
    font-weight: 100;
    line-height: 18px;
}

#explanation{
    margin-top: 3px;
    padding-top: 3px;
    display: flex;
    justify-content: left;
    font-size: 12px;
    color:rgb(87, 45, 77);
    font-weight: 100;
    line-height: 18px;
}

#referencesTitle{
    font-size: 14;
    color:rgb(87, 45, 77);
    font-weight: 100;
    line-height: 18px;
    padding-top: 10px;
}

#references{    
    display: flex;
    justify-content: left;
    padding-top:3px;
    font-size: 12px;
    color:rgb(87, 45, 77);
    font-weight: 100;
    line-height: 18px;
}

#songCreditsTitle{
    font-size: 14;
    color:rgb(87, 45, 77);
    font-weight: 100;
    line-height: 18px;
    padding-top: 10px;
}

#song{
    padding-top:3px;
    font-size: 12px;
    color:rgb(87, 45, 77);
    font-weight: 100;
    line-height: 18px;
}
/*Strange but the html div does not work!!!***********
#counterMessageContainer{
    width:100%;
    display: flex;
    justify-content: right;
    flex-direction: row;
    background-color: #9fafa6;
}
***/
#counterMessageContainerMobile{
    width:100%;
    display: flex;
    justify-content: left;
    flex-direction: row;
    margin-top: 4%;
}
#counterMessage{
    background-color: none;
    display: flex;
    font-size: 24px;
    margin-left: 5px;
    color:rgb(87, 45, 77);
}
#apiSignatureContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    color:rgb(87, 45, 77);
    padding-top: 2%;
    padding-bottom: 2%;
}

#apiSignature{
    font-size: 12px;
    margin-top: 5px;

}

a {
    color:#FF5C20;
    font-weight: 700;
    
}
#iframeContainerMain {
    background-color: #262525;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: auto;
    line-height: 25px;
    white-space: nowrap;
    overflow-x: auto;
    text-align: left;
    justify-content: left;
}

                        

#githubLogoPart{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#githubLogoContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:5%;
    padding-right: 5px;

}



#heartLikeContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;    
}

#github{
    margin: auto;
    width:100%;
    height: auto;
}




#likeCount{
    display:flex;
    font-family: 'Questrial', sans-serif;
    font-size:18px;
    font-weight:600;
    color:#F85611;
    margin:auto;
    padding:auto;
    margin-top: 8%;
}

#message{
    font-family: 'Questrial', sans-serif;
    font-size:14pt;
    font-weight:400;
    color:#F85611;
    margin:auto;
    padding:auto;
    margin-top:4%;
    margin-bottom: 1%;
}

#likeButton{
    width:80px;
    height: 23px;
    border-radius:10px;
    margin:auto;
    margin-top:2%;
    margin-bottom:5%;
}

#likeButton:hover {
    background:lightgray;
}
#likeButton:active {
    background:#F85611;
}




@media screen and (max-width:1200px) and (min-width:1000px) {

    
.mainNavFrame{
    height:8%;
   
    }



.shrink {
  height: 5%;
}


#port2,#port22,#port23{
    font-size:60px;
    font-weight:700;
    
}

h2{
    font-size: 50px;
}

h3{

    font-weight:500;
}

    #webProjects,#code{
    width:90%;
}


.webImageContainer,.codeImageContainer{
    
    height:500px;
}

}




@media screen and (max-width:1000px) and (min-width:300px) {


#contactCircle{
    width:80px;
    height:80px;
}


.mainNavFrame{
    height:6%;
    }

.shrink {
  height: 5%;
}

#port1{
    font-size:25px;
    font-weight:400;
    color:white;
    letter-spacing:-1px;
    line-height:normal;
    margin-top:30px
}

#port2,#port22,#port23{
    font-size:40px;
    font-weight:700;
    
}

#port3{
    
    font-size:11px;
    margin-top:5%
}
#port32{
    
    padding: 0% 0 0% 0;
    font-size:11px;
    margin-top:-16px;
}
#port33{
    
    font-size:11px;
    margin-top:-16px;
}


h2{
    flex-direction:column;
    color:#fe0092;
    font-weight:600;    
    font-size:35px;
    letter-spacing:-1px;
}


h3{
    
    color:#fe0092;
    color: white;
    font-size:25px;
    font-weight:500;
}


h4{
    font-size:13px;
    font-weight:400;
    line-height: 20px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    
}


     #webProjects,#code{
    width:90%;
    padding-top: 5%;
}

.codeContainer,.webContainer{
    padding-top:4%
}



.webImageContainer,.codeImageContainer{
    
    height:210px;
}


.tags,.codeTags{
    display: none;
}

}
