*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    margin: 0;
    padding: 0;
    height: 100vh;
}

#particles-js{
    background-color: red;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

.bodyContent{
    background-image: url("../assets/img/CoralRed.png");
    background-size: cover;
    color: rgba(255, 254, 254, 0.9);
    height: 100vh;
}

.pageTop{
    width: 100%;
    height: 5vh;
}
.content{
    width: 100%;
    height: 90vh;
}
.pageBottom{
    height: 5vh;
    width: 100%;
}
.imagePicture{
    display: block;
    text-align: center;
}

img{
    max-width: 300px;
    max-height: 300px;
    border-radius: 10%;
}

.fullName{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 45px;
    text-align: center;
    margin-top: 2%;
    letter-spacing: 5px;
    font-weight: 550;
}

.subtitle{
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 1%;
}
.codeIcon{
    margin-top: 0;
}
.technologies{
    margin-top: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 450;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 2%;
}

.links{
    text-align: center;
}

@media only screen and (max-width: 767px)
{
    .leftSide{
        display: none;
    }
    
    .rightSide{
        display: none;

    }

    img{
        max-width: 210px;
        max-height: 210px;
    }

    .content{
        max-height: 100vh;
    }

    #profilePicture{
        max-width: 50%;
    }

    .fullName{
        margin-top: 5%;
        font-size: 30px;
        letter-spacing: 3px;
    }

    .subtitle{
        margin-top: 5%;
        font-size: 18px;
    }

    .technologies{
        margin-top: 5%;
        font-size: 18px;
    }

    .pageBottom{
        display: none;
    }
}
