body {
    background-color: rgb(29, 29, 29);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh; 
}
.container {
    background-color: rgb(219, 205, 177);
    width: 50%;
    height: 70%;
    border-radius: 20px;
    padding: 10px;
    padding-top: 0;
}
.utilities {
    background-color: rgba(29, 29, 29, 0.8);
    margin-top: 10px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}
.txt-ut {
    display: inline-block;
    color: white;
    text-align: center;
    cursor: pointer;
    font-family: 'Secular One', sans-serif;
}
.spaces {
    margin-left: 5%;
}
.close_img {
    position: absolute;
    right: 10px;
    top: 13%;
    width: 35px;
    display: inline-block;
    cursor: pointer;
}
.pfp-img {
    width: 30%;
    border-radius: 100px;
    margin-left: 50px;
    margin-top: 13%;
    box-shadow: 5px 10px  rgb(211, 180, 113);
}
p {
    font-family: 'Secular One', sans-serif;
}
.print-txt {
    display: inline-block;
    font-family: 'Secular One', sans-serif;
    text-align: right;
    position: absolute;
    right: 13%;
    top: 30%;
    font-size: 150%;
}
.about_me {
    position: relative;
}
.language{
    background-color: rgb(29, 29, 29);
    border-color: rgb(0, 0, 0);
    border-radius: 10px;
    border-width: 2px;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    font-size: 25px;
}
.lang-div {
    position: relative;
    position: absolute;
    right: 30%;
    top: 50%;
    font-size: 150%;
    text-align: center;
}
.spec {
    display: block;
    margin-bottom: 5px;
}
.about-div {
    display: block;
}
.projects {
    height: 84%;
    border-radius: 20px;
    padding-top: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.projects-div {
    height: 84%;
    border-radius: 20px;
    padding-top: 0;
    margin-top: 40px;
    display: none;
    position: relative;
}
.pro-categ {
    background-color: rgba(29, 29, 29, 0.8);
    width: 40%;
    height: 50%;
    border-radius: 20px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
}
.title-proj {
    display: block;
    text-align: center;
    color: white;
    font-size: 250%;
    margin-top: 10px;
    margin-bottom: 0;
}
.img-proj {
    display: block;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 0;
}
.github_app {
    background-color: rgba(29, 29, 29, 0.8);
    width: 93%;
    height: 20%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 0;
    position: absolute;
    top: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.github_app a {
    color: white;
    font-size: 40px;
}
.center-div {
    display: flex;
    justify-content: center;
}
a {
    text-decoration: none;
}
.play_app {
    background-color: rgba(29, 29, 29, 0.8);
    width: 93%;
    height: 20%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 0;
    position: absolute;
    top: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play_app a {
    color: white;
    font-size: 40px;
}
.contact-src {
    width: 70px;
    border-radius: 20px;
    margin-left: 20px;
}
.contact { 
    display: none;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
@media only screen and (max-width: 600px){
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 13%;
        top: 100%;
        font-size: 100%;
    }
    .pfp-img {
        width: 35%;
        border-radius: 100px;
        margin-left: 50px;
        margin-top: 13%;
        box-shadow: 5px 10px  rgb(211, 180, 113);
        
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 20px;
    }
}
@media only screen and (max-width: 393px){
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 50px;
        top: 105%;
        font-size: 150%;
    }
    .pfp-img {
        width: 50%;
        border-radius: 100px;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 25px;
        margin: 0 auto;
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 90%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .lang-div {
        position: relative;
        position: absolute;
        top: 60%;
        font-size: 150%;
        text-align: center;
        right: 50px;
    }
    .about_me {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 150%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 375px){
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 50px;
        top: 100%;
        font-size: 150%;
    }
    .pfp-img {
        width: 34%;
        border-radius: 100px;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 100%;
        margin-top: 40px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 414px) {
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 50px;
        top: 105%;
        font-size: 150%;
    }
    .pfp-img {
        width: 50%;
        border-radius: 100px;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 25px;
        margin: 0 auto;
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 90%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .lang-div {
        position: relative;
        position: absolute;
        top: 60%;
        font-size: 150%;
        text-align: center;
        right: 50px;
    }
    .about_me {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 150%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 414px) {
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 50px;
        top: 105%;
        font-size: 150%;
    }
    .pfp-img {
        width: 50%;
        border-radius: 100px;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 25px;
        margin: 0 auto;
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 90%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .lang-div {
        position: relative;
        position: absolute;
        top: 60%;
        font-size: 150%;
        text-align: center;
        right: 50px;
    }
    .about_me {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 150%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 820px) {
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 27%;
        top: 105%;
        font-size: 190%;
    }
    .pfp-img {
        width: 40%;
        border-radius: 100px;
        box-shadow: 5px 10px  rgb(211, 180, 113);
        margin-top: 50px;
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 45px;
        margin: 0 auto;
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 90%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .lang-div {
        position: relative;
        position: absolute;
        top: 60%;
        font-size: 150%;
        text-align: center;
        right: 200px;
    }
    .about_me {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 150%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 912px) {
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: center;
        position: absolute;
        right: 27%;
        top: 105%;
        font-size: 190%;
    }
    .pfp-img {
        width: 40%;
        border-radius: 100px;
        box-shadow: 5px 10px  rgb(211, 180, 113);
        margin-top: 50px;
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 45px;
        margin: 0 auto;
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 90%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .lang-div {
        position: relative;
        position: absolute;
        top: 60%;
        font-size: 150%;
        text-align: center;
        right: 200px;
    }
    .about_me {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 150%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 540px) {
    body {
        background-color: rgb(29, 29, 29);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 100vh; 
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 95%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .utilities {
        background-color: rgba(29, 29, 29, 0.8);
        margin-top: 10px;
        height: 50px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .txt-ut {
        display: inline-block;
        color: white;
        text-align: center;
        cursor: pointer;
        font-family: 'Secular One', sans-serif;
    }
    .spaces {
        margin-left: 5%;
    }
    .close_img {
        position: absolute;
        right: 10px;
        top: 13%;
        width: 35px;
        display: inline-block;
        cursor: pointer;
    }
    .pfp-img {
        width: 25%;
        border-radius: 100px;
        margin-left: 0;
        margin-top: 5%;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    p {
        font-family: 'Secular One', sans-serif;
    }
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: right;
        position: absolute;
        right: 25%;
        top: 110%;
        font-size: 150%;
    }
    .about_me {
        position: relative;
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 25px;
    }
    .lang-div {
        position: relative;
        position: absolute;
        right: 25%;
        top: 60%;
        font-size: 150%;
        text-align: center;
    }
    .spec {
        display: block;
        margin-bottom: 5px;
    }
    .about-div {
        display: block;
    }
    .projects {
        height: 84%;
        border-radius: 20px;
        padding-top: 0;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .projects-div {
        height: 84%;
        border-radius: 20px;
        padding-top: 0;
        margin-top: 40px;
        display: none;
        position: relative;
    }
    .pro-categ {
        background-color: rgba(29, 29, 29, 0.8);
        width: 40%;
        height: 50%;
        border-radius: 20px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 200%;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
    }
    .github_app {
        background-color: rgba(29, 29, 29, 0.8);
        width: 93%;
        height: 20%;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 0;
        position: absolute;
        top: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .github_app a {
        color: white;
        font-size: 40px;
    }
    .center-div {
        display: flex;
        justify-content: center;
    }
    a {
        text-decoration: none;
    }
    .play_app {
        background-color: rgba(29, 29, 29, 0.8);
        width: 93%;
        height: 20%;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 0;
        position: absolute;
        top: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .play_app a {
        color: white;
        font-size: 40px;
    }
    .contact-src {
        width: 70px;
        border-radius: 20px;
        margin-left: 20px;
    }
    .contact { 
        display: none;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }
}
@media only screen and (max-width: 280px) {
    body {
        background-color: rgb(29, 29, 29);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 100vh; 
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 95%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .utilities {
        background-color: rgba(29, 29, 29, 0.8);
        margin-top: 10px;
        height: 50px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .txt-ut {
        display: inline-block;
        color: white;
        text-align: center;
        cursor: pointer;
        font-family: 'Secular One', sans-serif;
    }
    .spaces {
        margin-left: 5%;
    }
    .close_img {
        position: absolute;
        right: 10px;
        top: 13%;
        width: 35px;
        display: inline-block;
        cursor: pointer;
    }
    .pfp-img {
        width: 25%;
        border-radius: 100px;
        margin-left: 0;
        margin-top: 5%;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    p {
        font-family: 'Secular One', sans-serif;
    }
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: right;
        position: absolute;
        right: 25%;
        top: 110%;
        font-size: 150%;
    }
    .about_me {
        position: relative;
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 15px;
    }
    .lang-div {
        position: relative;
        position: absolute;
        right: 11%;
        top: 60%;
        font-size: 100%;
        text-align: center;
    }
    .spec {
        display: block;
        margin-bottom: 5px;
    }
    .about-div {
        display: block;
    }
    .projects {
        height: 84%;
        border-radius: 20px;
        padding-top: 0;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .projects-div {
        height: 84%;
        border-radius: 20px;
        padding-top: 0;
        margin-top: 40px;
        display: none;
        position: relative;
    }
    .pro-categ {
        background-color: rgba(29, 29, 29, 0.8);
        width: 40%;
        height: 50%;
        border-radius: 20px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
    }
    .github_app {
        background-color: rgba(29, 29, 29, 0.8);
        width: 93%;
        height: 20%;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 0;
        position: absolute;
        top: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .github_app a {
        color: white;
        font-size: 40px;
    }
    .center-div {
        display: flex;
        justify-content: center;
    }
    a {
        text-decoration: none;
    }
    .play_app {
        background-color: rgba(29, 29, 29, 0.8);
        width: 93%;
        height: 20%;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 0;
        position: absolute;
        top: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .play_app a {
        color: white;
        font-size: 40px;
    }
    .contact-src {
        width: 70px;
        border-radius: 20px;
        margin-left: 20px;
    }
    .contact { 
        display: none;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }
}
@media only screen and (max-width: 528px) {
    body {
        background-color: rgb(29, 29, 29);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 100vh; 
    }
    .container {
        background-color: rgb(219, 205, 177);
        width: 95%;
        height: 70%;
        border-radius: 20px;
        padding: 10px;
        padding-top: 0;
    }
    .utilities {
        background-color: rgba(29, 29, 29, 0.8);
        margin-top: 10px;
        height: 50px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .txt-ut {
        display: inline-block;
        color: white;
        text-align: center;
        cursor: pointer;
        font-family: 'Secular One', sans-serif;
    }
    .spaces {
        margin-left: 5%;
    }
    .close_img {
        position: absolute;
        right: 10px;
        top: 13%;
        width: 35px;
        display: inline-block;
        cursor: pointer;
    }
    .pfp-img {
        width: 30%;
        border-radius: 100px;
        margin-left: 0;
        margin-top: 5%;
        box-shadow: 5px 10px  rgb(211, 180, 113);
    }
    p {
        font-family: 'Secular One', sans-serif;
    }
    .print-txt {
        display: inline-block;
        font-family: 'Secular One', sans-serif;
        text-align: right;
        position: absolute;
        right: 25%;
        top: 110%;
        font-size: 150%;
    }
    .about_me {
        position: relative;
    }
    .language{
        background-color: rgb(29, 29, 29);
        border-color: rgb(0, 0, 0);
        border-radius: 10px;
        border-width: 2px;
        padding: 10px 20px;
        color: white;
        display: inline-block;
        font-size: 15px;
    }
    .lang-div {
        position: relative;
        position: absolute;
        right: 11%;
        top: 60%;
        font-size: 100%;
        text-align: center;
    }
    .spec {
        display: block;
        margin-bottom: 5px;
    }
    .about-div {
        display: block;
    }
    .projects {
        height: 84%;
        border-radius: 20px;
        padding-top: 0;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .projects-div {
        height: 84%;
        border-radius: 20px;
        padding-top: 0;
        margin-top: 40px;
        display: none;
        position: relative;
    }
    .pro-categ {
        background-color: rgba(29, 29, 29, 0.8);
        width: 40%;
        height: 50%;
        border-radius: 20px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .title-proj {
        display: block;
        text-align: center;
        color: white;
        font-size: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .img-proj {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 0;
    }
    .github_app {
        background-color: rgba(29, 29, 29, 0.8);
        width: 93%;
        height: 20%;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 0;
        position: absolute;
        top: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .github_app a {
        color: white;
        font-size: 40px;
    }
    .center-div {
        display: flex;
        justify-content: center;
    }
    a {
        text-decoration: none;
    }
    .play_app {
        background-color: rgba(29, 29, 29, 0.8);
        width: 93%;
        height: 20%;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 0;
        position: absolute;
        top: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .play_app a {
        color: white;
        font-size: 40px;
    }
    .contact-src {
        width: 70px;
        border-radius: 20px;
        margin-left: 20px;
    }
    .contact { 
        display: none;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }
}