*{
    margin:0;
    padding: 0;
}

body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */

}

.main-container{
    height: 100vh;
    width: 100vw;
    background-color: white;
    padding: 2.5vh 2.5vw;
    box-sizing: border-box;
}

.background-box{
    background-color: #f7f7f1;
    margin-top: 0.5vh;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    flex-wrap: wrap;
    overflow: auto;
    padding-bottom: 10px;
}

.home{
    text-align: center;
    margin-top: 20px;
    font-family: 'Karma';
    font-weight: bold;
    font-size: 20px;
    transition: transform 0.3s ease;
    width: auto;
    margin-left: 40%;
    margin-right: 40%;
    height: auto;
}

.home a{
    color: black;
    text-decoration: none;
    color:#0060bf
}

.home:hover{
    transform: scale(0.9);
}

.home a:hover{
    text-decoration: underline;
}

.code-heading{
    font-family: 'Jersey 25';
    text-align: center;
    font-size: 50px;
    margin-top: 25px;
    text-decoration: underline;
    margin-bottom: 100px;
}

.actual-stuff{
    display: flex;
    flex-direction: row;
    margin-top: 175px;

}

.tech-stack{
    width: 30%;
    height: auto;
    margin-left: 35px;
    font-family: 'Karma';
    font-size: 25px;
}


.contains-image{
    width: 40%;
    margin: auto;   
}

.contains-image p{
    text-align: center;
    font-family: 'Karma';
    font-size: 20px;
    margin-top: 5px;
    color: black;
}

.contains-image a{
    color: #0060bf;
}

#email{
    text-decoration: underline;
}

.dipper-code{
    width: 300px;
    height: auto;
    margin: auto;
    border-radius: 10px;
    display: block;
    max-width: 100%;

}

.contains-social-code{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.contains-social-code p{
    margin-bottom: 50px;
    font-family: 'Karma';
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
    text-decoration: underline;
}
.contains-social-code img{
    width: 96px;
    height: 96px;
    transition: transform 0.3s ease;
}

.contains-social-code img:hover{
    transform: scale(1.1);
}

.coding-icons{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}


#first_p {
    margin-top: 45px;
}

@media (min-width:320px){
    
    .actual-stuff{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    }

    .code-heading{
        margin-bottom: 0px;
    }
    
    .tech-stack{
        width: 100%;
        height: auto;
        font-size: 15px;
        text-align: center;
        margin: 0px;
        padding: 0% 0%;
    }

    .contains-image{
        width: 100%;
    }

    .contains-image img{
        width: 150px;
        margin: 10px auto;
    }

    .contains-social-code{
        width: 100%;
    }

    .contains-social-code p{
        margin: 5px 0px;
    }

    .contains-social-code img{
        width: 48px;
        height: 48px;
        margin-top: 0;
    }

    .contains-image p{
    text-align: center;
    font-family: 'Karma';
    font-size: 11px;
    margin-top: 5px;
    }
    #first_p {
    margin-top: 10px;
    }
}

@media (min-width:500px){

    .code-heading{
        margin-bottom: 25px;
    }

    .tech-stack{
        width: 100%;
        height: auto;
        font-size: 18px;
        text-align: center;
        margin: 0%;
        padding: 0%;
    }
    .contains-image img{
        width: 200px;
        margin: 10px auto;
    }

    .contains-image p{
    text-align: center;
    font-family: 'Karma';
    font-size: 16px;
    margin-top: 5px;
    }
    #first_p {
    margin-top: 20px;
    }
}

@media (min-width: 1200px){

    .code-heading{
        margin-bottom: 0px;
    }

    .actual-stuff{
    display: flex;
    flex-direction: row;
    }

    .dipper-code{
    width: 300px;
    height: auto;
    margin: 25px auto;
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
    justify-content: center;    

    }

    .coding-icons{
        margin-top: 50px;
    }

    .tech-stack{
        height: 80%;
        margin: 10% 0%;
    }

    .contains-image img{
        width: 275px;
        margin: 10px auto;
    }

    .contains-image p{
    text-align: center;
    font-family: 'Karma';
    font-size: 20px;
    margin-top: 5px;
    }

    #first_p {
    margin-top: 30px;
    }

}