:root{
    --primarycolor:rgb(255, 123, 0);
}

.container{
    max-width: 320px;
}
.btn{
    box-shadow: rgb(0,0,0,0.5) 1px 1px 1px 1px;
}
#navbar{
    background:rgb(0,0,0);
    border-radius:0 0 50px 50px;

}
.content h1{
    font-size: 2.5rem;
    padding-bottom:-5px ;

}

.content h1::before
{
    top:-1rem;
}

.imgcont{
    margin:auto auto 10px auto ;
    height: 200px;
    width: 150px;
    
}
.content p{
    margin-top: 1rem;
}
#overlay {
    background: black;;
    color: #f4f4f4;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    font-size: 1.5rem;
    z-index: 99999999999;
    display: grid;
    place-items: center;
    animation: animate1 1s linear;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
#overlay p{
    width: max-content;
    /* position: relative; */
}
#overlay .line{
    height: 3px;
    background: #333;
    width: 120px;
    margin-top: -10px;
    position: relative;
}

#overlay .line::after{
content: '';
position: absolute;
height: 100%;
width: 100%;
background: var(--primarycolor);
top: 0px;
animation: animate2 1s 1 forwards;
}

.content p{
    padding: 0 1rem;
}
#mainnav{
    flex-direction: column;
    align-items: center;
    /* justify-content: center;
    align-content: center; */
}

.profile-content p{
    padding: 10px;
}

.profile-img{
    margin-top: 80px;
    height: 200px;
    width: 200px;
}



.content p{
    line-height: 1.2rem;
}
#port input{
    margin-bottom: 25px;
}
#popup img{
    margin-top: -10px;
    max-height: 768px;
    max-width: 100vw;
}
#footer h4{
    font-size: 0.7rem;
}
#social{
  /* display: none;  */
  transform: scale(0.7);
  right: 10px;
  top:50%
  /* */
    /* left: 50%; */ 
}
#social a{
color: var(--primarycolor);
}
.left{
    left: 5vw;
    transform: scale(0.7);
}
.right{
    right: 5vw;
    transform: scale(0.7);
}
.close{
    top: 10%;
    right: 10%;
    /* display: none; */
}


/* Hamburger */

