

@font-face {
    font-family: roboto;
    src: url(/fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: lato;
    src: url(/fonts/Lato-Regular.ttf)
}

*{
    overflow-x: hidden;
    margin: 0;
    padding: 0;

}
body{
    overflow-x: hidden;
    background-color: rgb(11, 11, 11);
    margin: 0;
    padding: 0;

}



.profile{
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: first baseline;
    align-items: center;
    height: 0vh;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease-in-out 0.6s;

}
.profile .cover-photo{
    width: 100%;
    height: 10vh;
    background-image: url(https://www.dropbox.com/scl/fi/1nyc2p4hmk5qzl7zd9pyu/Me-7.jpg?rlkey=8ldvgr2yep299er1g88i8lhad&st=bvwfl9ub&raw=1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 5000px 0 0 0 rgb(0, 0, 0, 0.5);
    margin-bottom: 20px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
}

.profile .profile-photo{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    background-image: url(/photos/keyboard\ \(4\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 5000px 0 0 0 rgb(0, 0, 0, 0.5);
    -radius: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.8s;
}
.profile h1{
    color: rgb(204, 204, 204);
    font-family: roboto;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.8s;
}
.profile h4{
    color: rgb(53, 51, 202);
    font-family: roboto;
    font-size: 12px;
    text-align: center;
    margin: 10px 20px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.8s;
}
.profile p{
    color: rgb(204, 204, 204);
    font-family: roboto;
    font-size: 8px;
    text-align: center;
    margin: 10px 20px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.8s;

}
.input{
    background: linear-gradient(60deg, black, grey, black );
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(36, 36, 36);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    height: 20px;
    width: 80px;
    -radius: 10px;
    margin: 20px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.8s;
    cursor: pointer;
}
@keyframes main-navigation-bar-animator {
    from{
        opacity: 0;
        transform: translateY(400px);
    }
    to{
        transform: translateY(0px);
    }
}

.main-navigation-bar{
    display: flex;
    flex-flow: row;
    justify-content: right;
    align-items: center;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: fit-content;
    padding: 20px;

}
.main-navigation-bar div{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: fit-content;
    padding: 0;
}
.main-navigation-bar div{
    cursor: pointer;
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    color: rgb(255, 255, 255, 0);
    animation: main-navigation-bar-animator ease-in -out 3s 1;
    transition: all ease-in-out 2s;
}

.main-navigation-bar div img{
    width: 40px;
    -radius: 20px;
}

.introduction-wrapper{

    height: 100vh;
    text-align: center;
    line-height: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: url(https://www.dropbox.com/scl/fi/1nyc2p4hmk5qzl7zd9pyu/Me-7.jpg?rlkey=8ldvgr2yep299er1g88i8lhad&st=bvwfl9ub&raw=1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: initial;
    box-shadow: inset 5000px 0 0 0 rgb(0, 0, 0, 0.5);
}
.introduction-wrapper .introduction-content{
    padding: 20px;
}
@keyframes h1-animator {
    from{
        opacity: 0;
        transform: translateY(-200%);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes paragraph-animator {
    from{
        opacity: 0;
        transform: translateX(-150%);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes h6-animator {
    from{
        opacity: 0;
        transform: translateX(150%);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
.introduction-wrapper .introduction-content h1{
    font-family: roboto;
    font-size: 30px;
    line-height: 40px;
    color: rgb(222, 214, 214);
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.6);
    animation: h1-animator ease-in-out 3s 1;
    transition: all ease-in-out 1s;
}
.introduction-wrapper .introduction-content p{
    font-family: lato;
    font-size: 15px;
    line-height: 30px;
    color: rgb(222, 214, 214);
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.6);
    animation: paragraph-animator ease-in-out 3s 1;
    transition: all ease-in-out 1s;
}
.introduction-wrapper .introduction-content h6{
    font-family: lato;
    font-size: 14px;
    line-height: 30px;
    color: rgb(222, 214, 214);
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.6);
    animation: h6-animator ease-in-out 3s 1;
    transition: all ease-in-out 1s;
}

.slide-wrapper{
    color: grey;
    text-align: left;
    padding: 20px 10px;
    margin-bottom: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: first baseline;
    transform: translateY(300px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out;
}
.slide-wrapper.display{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.slide-wrapper h4{
    color: rgb(161, 157, 157);
    font-family: roboto;
    font-size: 15px;
}
.slide-wrapper h2{
    color: rgb(193, 192, 192);
    font-family: roboto;
    font-size: 25px;
    margin: 20px 0px;
}
.slide-wrapper p{
    font-family: lato;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0px;
    color: rgb(161, 157, 157);

}
.slide-wrapperx{
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out;
}
.slide-wrapperx:nth-of-type(even){
    transform: translateX(-200px);
    transition: transform 0.5s ease-in-out;
}
.slide-wrapperx.display{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.about-wrapper{
    color: rgb(204, 204, 204);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: first baseline;
    -bottom: solid red 5px;
    background: linear-gradient(90deg, rgb(82, 81, 81), rgb(2, 2, 2));
    width: 100%;
    padding: 20px 0px;
    margin: 20px 0px;
    border-radius: 5px;
    font-family: 'Times New Roman', Times, serif;
}
.about-wrapper article{
    margin: 5px 10px;
    font-family: 'Times New Roman', Times, serif;
}
.icon-img{
    margin: 10px;
}
.icon-img img{
    width: 30px;
}
.graphic-designer{
    border-bottom: solid orangered 5px;
    background: linear-gradient(90deg, rgb(82, 81, 81), rgb(2, 2, 2));
}
.web-designer{
    border-bottom: solid rebeccapurple 5px;
    background: linear-gradient(90deg,rgb(2, 2, 2), rgb(82, 81, 81));
}
.photographer{
    border-bottom: solid rgb(201, 83, 240) 5px;
    background: linear-gradient(90deg, rgb(82, 81, 81), rgb(2, 2, 2));
}
.computer-operator{
    border-bottom: solid rgb(236, 81, 81) 5px;
    background: linear-gradient(90deg,rgb(2, 2, 2), rgb(82, 81, 81));
}
.achievement-header{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 25vh;
    width: 100%;
    border-radius: 10px;
    box-shadow: inset 5000px 0 0 0 rgb(0, 0, 0, 0.5);
    background-image: url(/photos/ben-kolde-bs2Ba7t69mM-unsplash\ \(1\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    margin: 50px 0px;
}
.achievement-header article{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 25px;
    margin: 0px 5px;
    color: rgb(195, 192, 192);
}
.achievement-header a{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 25px;
    margin: 0px 5px;
    color: rgb(195, 192, 192);
    padding: 2px 10px;
    border: solid 2px ;
    margin-top: 10px;
}
.expertise p{
    margin-bottom: 10px;
}
.expertise-content{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
    margin: 20px 0px;
    text-align: center;
    background: linear-gradient(360deg, rgb(17, 16, 16), rgb(61, 60, 60));
    border-radius: 10px;
    border-bottom: solid 2px rgb(201, 83, 240);
}
.innovative-ideas{
    background: linear-gradient(360deg,rgb(61, 60, 60),  rgb(17, 16, 16));
    border-bottom: solid 2px rgb(201, 83, 240);
}
.word{
    background: linear-gradient(360deg, rgb(17, 16, 16), rgb(61, 60, 60));
    border-bottom: solid 2px rgb(237, 106, 25);
}
.web-design{
    background: linear-gradient(360deg,rgb(61, 60, 60),  rgb(17, 16, 16));
    border-bottom: solid 2px rgb(237, 201, 39);
}
.systemeio{
    background: linear-gradient(360deg, rgb(17, 16, 16), rgb(61, 60, 60));
    border-bottom: solid 2px rgb(17, 83, 237);
}
.squarespace{
    background: linear-gradient(360deg, rgb(17, 16, 16), rgb(61, 60, 60));
    border-bottom: solid 2px rgb(237, 17, 182);
}
.expertise-content img{
    width: 60px;
    margin: 20px;
}
.expertise-display-board{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
    width: 100%;
    padding: 50px 0px;
    margin: 100px 0px;
    text-align: center;
    border-radius: 10px;
    background-image: url(/work-project-thumnails/job-count.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 20000px 0 0 0 rgb(0, 0, 0, 0.5);
}
.expertise-info h1{
    font-size: 40px;
    font-family: roboto;
    color: rgb(231, 231, 231);
}
.expertise-info p{
    font-size: 20px;
    font-family: lato;
    line-height: 40px;
    margin: 10px 0px;
    color: rgb(238, 238, 238);
    font-weight: 100;
}
.skillset-wrapper{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: first baseline;
    width: 100%;        
    padding: 20px 0px;
    margin: 20px 0px;
    text-align: center;
}
.skills-updated{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    padding: 10px;
    margin: 10px 0px;
    text-align: center;
}
.skill-wrapper{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin: 10px 15px;
        text-align: center;
        width: fit-content;
        height: fit-content;
}
.skill-wrapper img{
    width: 30px;
    margin: 2px 0px;
}
.skill-wrapper p{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.skills{
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.skill{
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: first baseline;
    width: 100%;
    padding: 10px 0px;
    margin: 10px 0px;
    text-align: center;
}
.skill-title-percentage{
    display: flex;
    flex-flow: row;
    justify-content: first baseline;
    align-items: first baseline;
    width: 100%;
    margin: 5px 0px;
}
.skill-title-percentage p:first-child{
    display: flex;
    flex-flow: row;
    justify-content: first baseline;
    align-items: first baseline;
    font-family: roboto;
    font-size: 15px;
}
.skill-title-percentage p:last-child{
    display: flex;
    flex-flow: row;
    justify-content: first baseline;
    align-items: first baseline;
    font-family: roboto;
    font-size: 15px;
}
.skill-measurement-percentage{
    display: flex;
    flex-flow: row;
    justify-content: first baseline;
    align-items: first baseline;
    height: 8px;
    width: 100%;
    margin: 5px 0px;
    background-color: rgb(228, 224, 224);
    border-radius: 4px;
}
.result-percentage{
    height: 8px;
    width: 50%;
}
.photoshop-first-paragraph{
    width: 90%;
}
.photoshop-percentage{
    color: rgb(93, 13, 107);
}
.photoshop-result{
    height: 8px;
    width: 90%;
    background-color: rgb(93, 13, 107);
}
.html-first-paragraph{
    width: 95%;
}
.html-percentage{
    color: rgb(255, 69, 0);}
.html-result{
    height: 8px;
    width: 95%;
    background-color: rgb(255, 69, 0);
}
.microsoft-first-paragraph{
    width: 80%;
}
.microsoft-percentage{
    color: rgb(0, 128, 0);
}
.microsoft-result{
    height: 8px;
    width: 80%;
    background-color: rgb(0, 128, 0);
}
.javascript-first-paragraph{
    width: 70%;
}
.javascript-percentage{
    color: rgb(190, 190, 11);
}
.javascript-result{
    height: 8px;
    width: 70%;
    background-color: rgb(190, 190, 11);
}
.css-first-paragraph{
    width: 85%;
}
.css-percentage{
    color: rgb(35, 11, 190);
}
.css-result{
    height: 8px;
    width: 85%;
    background-color: rgb(35, 11, 190);

}
.react-first-paragraph{
    width: 50%;
}
.react-percentage{
    color: rgb(11, 181, 190);}
.react-result{
    height: 8px;
    width: 50%;
    background-color: rgb(11, 181, 190);

}
.python-first-paragraph{
    width: 20%;
}
.python-percentage{
    color: rgb(190, 11, 77);
}
.python-result{
    height: 8px;
    width: 20%;
    background-color: rgb(190, 11, 121);

}
.education ul{
    width: calc(100% - 20px);
    text-align: left;
    padding: 20px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.education ul li{
    width: calc(100% - 20px);
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: first baseline;
    color: rgb(161, 157, 157);
    font-family: roboto;
    border-bottom: solid 1px rgb(230, 230, 230);
    border-radius: 5px;
}
.education ul li:nth-of-type(even){
    width: calc(100% - 20px);
    color: rgb(161, 157, 157);
    font-family: roboto;
    border-bottom: solid 1px rgb(230, 230, 230);
    border-radius: 5px;
}
.education ul li p{
    margin: 10px 0px;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(161, 157, 157);
    font-weight: 500;
}
.experience-box{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin: 30px 0px;
    padding: 30px 0px;

}
.border{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 20px;
    background-color: grey;
    margin-right: 20px;
}
.border div{
    height: 30%;
    width: 20px;
    background-color: rgba(216, 20, 20, 0.977);
}
.border .tse{
    height: 30%;
    width: 20px;
    background-color: rgba(255, 220, 47, 0.977);
}
.border .teacher{
    height: 30%;
    width: 20px;
    background-color: rgba(56, 216, 20, 0.977);
}
.border .intern{
    height: 30%;
    width: 20px;
    background-color: rgba(190, 216, 20, 0.977);
}
.border .teacher2{
    height: 30%;
    width: 20px;
    background-color: rgba(20, 125, 216, 0.977);
}
.experience-detail{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: first baseline;
    background: linear-gradient(360deg, black, gray);
    padding: 20px;
}
.experience-detail:nth-of-type(odd){
    background: linear-gradient(360deg, grey, black);
}
.experience-detail h3{
    font-family: roboto;
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin: 10px 0px;
}
.experience-detail h5{
    font-family: roboto;
    font-size: 16px;
    line-height: 22px;
    color: rgb(0, 0, 0);
}
.experience-detail article{
    font-family: lato;
    font-size: 14px;
    color: rgb(0, 0, 0);
    margin: 5px 0px;
}
.experience-detail p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    color: rgb(203, 203, 203);
    line-height: 25px;
    margin: 5px 0px;
}
.work-link-wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 20px 0px;
}
.work-links{
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: end;
    margin: 10px 5px;
    height: 350px;
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    background-color: grey;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 20000px 0 0 0 rgb(0, 0, 0, 0.5);
}
.work-links-lux-wig{
    background-image: url(/work-project-thumnails/wigs.jpg);
}
.work-links-hair-by-timmy{
    background-image: url(/work-project-thumnails/hair-by-timmy.jpg);
}
.work-links-authentically-free{
    background-image: url(/work-project-thumnails/authentically-free.jpg);
}
.work-links-jellyroll{
    background-image: url(/work-project-thumnails/Jellyroll-album-photo.jpg);
}
.work-links-africanmeal{
    background-image: url(/work-project-thumnails/turkey.jpg);
}
.work-links-komfort{
    background-image: url(/work-project-thumnails/buy-sell.jpg);
}
.work-links-pets{
    background-image: url(/work-project-thumnails/cat.png);
}
.work-links-recycling{
    background-image: url(/work-project-thumnails/dirt-plastic.jpg);
}
.work-links-viewing{
    background-image: url(/work-project-thumnails/Emirate.jpg);
}
.work-links-hotel{
    background-image: url(/work-project-thumnails/Luxurious-room.jpg);
}
.work-links-gallery{
    background-image: url(/work-project-thumnails/dose-media-bU6JyhSI6zo-unsplash.jpg);
}
.work-links-freeyourqi{
    background-image: url(/work-project-thumnails/nicole-fountain-of-qi.jpg);
}
.work-links-foq{
    background-image: url(https://www.dropbox.com/scl/fi/cztita36bg5lx3bc44oq6/Massage-5.jpg?rlkey=g4zcvs9hka89btdgb76gi2vcr&st=m7brd8qw&raw=1);
}
.work-links-portfolio{
    background-image: url(/work-project-thumnails/portfolio.jpg);

}
.work-links-forms{
    background-image: url(/work-project-thumnails/forms.jpg);
}
.work-links div{
    display: flex;
    flex-flow: column;
    justify-content: right;
    align-items: flex-end;
    padding: 0px;
}
.work-links h3{
    font-family: roboto;
    color: rgb(202, 202, 202);
    margin: 5px 0px;
    padding: 0px;
    font-size: 14px;
    text-align: right;
}
.work-links p{
    font-family: lato;
    color: rgb(198, 197, 197);
    margin: 0px;
    text-align: center;
    font-size: 5px;
    padding: 0px;
}
.contact-wrapper{
    width: 100%;
    display: flex;

}
.contact-updated{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    padding: 20px;

}
.contact-updated a{

}
.contact-updated a img{
    width: 30px;
    margin: 10px;
}
.contact-info{
    padding: 20px 0px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.info-box{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: first baseline;
    width: 100%;
    margin: 20px 0px;
}
.info-icon{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background: linear-gradient(60deg, black,grey, black);
}
.info-icon:nth-of-type(odd){
    background: linear-gradient(60deg, grey, black, grey);
}
.info-icon img{
    width: 20px;
}
.info-box a{
    font-family: roboto;
    font-style: oblique;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 12px;
    color: rgb(242, 242, 242);
    margin: 0px 20px;
    text-align: right;
    margin: 0;
    padding: 0;
}
.info-box p{
    font-family: roboto;
    font-style: oblique;
    text-transform: capitalize;
    font-size: 12px;
    text-decoration: none;
    color: rgb(242, 242, 242);
    margin: 0px 20px;
    text-align: right;
}
.contact-form{
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}
.contact-form input{
    color: rgb(88, 85, 85);
    font-family: roboto;
    text-transform: capitalize;
    height: 40px;
    width: 90%;
    margin: 10px 0px;
    padding: 0px 5px;
    border: none;
    outline: none;
    background:rgb(210, 209, 209);
    border-radius: 5px;
}
#submit-button{
    color: rgb(179, 175, 175);
    font-family: roboto;
    text-transform: capitalize;
    height: 40px;
    width: 150px;
    margin: 10px 0px;
    padding: 0px 5px;
    border: none;
    outline: none;
    background:rgb(43, 43, 43);
}
textarea{
    color: rgb(88, 85, 85);
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    min-height: 200px;
    min-width: 90%;
    max-width: 90%;
    margin: 10px 0px;
    padding: 10px 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    background:rgb(210, 209, 209);
}
::placeholder{
    color: rgb(96, 93, 93);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.whatsapp-qr-code{
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}
.whatsapp-qr-code img{
    width: 80%;
    border-radius: 20px;
}
.whatsapp-qr-code h2{
    font-size: 15px;
    font-family: roboto;
    text-align: center;
}



