@charset "utf-8";

.sns-img-container{
    width: 32px;
    height: auto;
    position: relative;
}

.icons-insta{
    z-index: 10;
    position: absolute;
    position: fixed;
    top: 30px;
    left: 70px;
    width: 30px;
}

.icons-mail{
    z-index: 10;
    position: absolute;
    position: fixed;
    top: 30px;
    left: 20px;
    width: 30px;
}

@media(max-width: 450px){
    .icons-insta{
        width: 8%;
        height: auto;
    }
    .icons-mail{
        width: 8%;
        right: 25px;
    }
}
