@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,500); 
      body {
        display: flex;
        flex-flow: column;
        margin: 0;
        min-height: 100vh;
        background-color: #121212;
        font-family: 'Raleway', sans-serif;
        scrollbar-width: none;
      }
      body::-webkit-scrollbar {
        display: none;
      }
      #elements {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
      }
      a {
        color: unset;
        text-decoration: unset;
      }

      main {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
      }
    
      header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 120px;
        margin-bottom: 30px;
        color: white;
      }

      footer {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-grow: 1;
      }
    
      .profile > img {
        height: 150px;
        width: 150px;
        border-radius: 50%;
      }
    
      .title {
        font-size: 52px;
        font-weight:700; 
      }
    
      .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: white;
        width: 400px;
        max-width: 90%;
        transition-property: transform;
        transition-duration: 0.5s;
        border-radius: 10px;
        padding: 5px;
      }
      a.item:hover {
        cursor: pointer;
        transform: scale(1.05);
      }
    
      .item-title {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 40px;
      }
      .item-title::before {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
      }
      #linkedin > .item-title::before {
        content: '';
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'/%3E%3C/svg%3E%0A");
        background-size: cover;
      }
      
      #github > .item-title::before {
        content: '';
        background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 256 250' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.00106,0 C57.3172926,0 0,57.3066942 0,128.00106 C0,184.555281 36.6761997,232.535542 87.534937,249.460899 C93.9320223,250.645779 96.280588,246.684165 96.280588,243.303333 C96.280588,240.251045 96.1618878,230.167899 96.106777,219.472176 C60.4967585,227.215235 52.9826207,204.369712 52.9826207,204.369712 C47.1599584,189.574598 38.770408,185.640538 38.770408,185.640538 C27.1568785,177.696113 39.6458206,177.859325 39.6458206,177.859325 C52.4993419,178.762293 59.267365,191.04987 59.267365,191.04987 C70.6837675,210.618423 89.2115753,204.961093 96.5158685,201.690482 C97.6647155,193.417512 100.981959,187.77078 104.642583,184.574357 C76.211799,181.33766 46.324819,170.362144 46.324819,121.315702 C46.324819,107.340889 51.3250588,95.9223682 59.5132437,86.9583937 C58.1842268,83.7344152 53.8029229,70.715562 60.7532354,53.0843636 C60.7532354,53.0843636 71.5019501,49.6441813 95.9626412,66.2049595 C106.172967,63.368876 117.123047,61.9465949 128.00106,61.8978432 C138.879073,61.9465949 149.837632,63.368876 160.067033,66.2049595 C184.49805,49.6441813 195.231926,53.0843636 195.231926,53.0843636 C202.199197,70.715562 197.815773,83.7344152 196.486756,86.9583937 C204.694018,95.9223682 209.660343,107.340889 209.660343,121.315702 C209.660343,170.478725 179.716133,181.303747 151.213281,184.472614 C155.80443,188.444828 159.895342,196.234518 159.895342,208.176593 C159.895342,225.303317 159.746968,239.087361 159.746968,243.303333 C159.746968,246.709601 162.05102,250.70089 168.53925,249.443941 C219.370432,232.499507 256,184.536204 256,128.00106 C256,57.3066942 198.691187,0 128.00106,0 Z M47.9405593,182.340212 C47.6586465,182.976105 46.6581745,183.166873 45.7467277,182.730227 C44.8183235,182.312656 44.2968914,181.445722 44.5978808,180.80771 C44.8734344,180.152739 45.876026,179.97045 46.8023103,180.409216 C47.7328342,180.826786 48.2627451,181.702199 47.9405593,182.340212 Z M54.2367892,187.958254 C53.6263318,188.524199 52.4329723,188.261363 51.6232682,187.366874 C50.7860088,186.474504 50.6291553,185.281144 51.2480912,184.70672 C51.8776254,184.140775 53.0349512,184.405731 53.8743302,185.298101 C54.7115892,186.201069 54.8748019,187.38595 54.2367892,187.958254 Z M58.5562413,195.146347 C57.7719732,195.691096 56.4895886,195.180261 55.6968417,194.042013 C54.9125733,192.903764 54.9125733,191.538713 55.713799,190.991845 C56.5086651,190.444977 57.7719732,190.936735 58.5753181,192.066505 C59.3574669,193.22383 59.3574669,194.58888 58.5562413,195.146347 Z M65.8613592,203.471174 C65.1597571,204.244846 63.6654083,204.03712 62.5716717,202.981538 C61.4524999,201.94927 61.1409122,200.484596 61.8446341,199.710926 C62.5547146,198.935137 64.0575422,199.15346 65.1597571,200.200564 C66.2704506,201.230712 66.6095936,202.705984 65.8613592,203.471174 Z M75.3025151,206.281542 C74.9930474,207.284134 73.553809,207.739857 72.1039724,207.313809 C70.6562556,206.875043 69.7087748,205.700761 70.0012857,204.687571 C70.302275,203.678621 71.7478721,203.20382 73.2083069,203.659543 C74.6539041,204.09619 75.6035048,205.261994 75.3025151,206.281542 Z M86.046947,207.473627 C86.0829806,208.529209 84.8535871,209.404622 83.3316829,209.4237 C81.8013,209.457614 80.563428,208.603398 80.5464708,207.564772 C80.5464708,206.498591 81.7483088,205.631657 83.2786917,205.606221 C84.8005962,205.576546 86.046947,206.424403 86.046947,207.473627 Z M96.6021471,207.069023 C96.7844366,208.099171 95.7267341,209.156872 94.215428,209.438785 C92.7295577,209.710099 91.3539086,209.074206 91.1652603,208.052538 C90.9808515,206.996955 92.0576306,205.939253 93.5413813,205.66582 C95.054807,205.402984 96.4092596,206.021919 96.6021471,207.069023 Z' fill='%23161614'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: cover;
      }
      
      #wave > .item-title::before {
        content: '';
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 14.773438 5.023438 C 13.949219 5.773438 14.175781 18.601562 15 19.125 C 15.449219 19.425781 15.75 16.875 15.75 12.074219 C 15.75 4.5 15.675781 4.050781 14.773438 5.023438 Z M 14.773438 5.023438 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 5.773438 5.773438 C 4.949219 6.523438 5.175781 17.851562 6 18.375 C 6.449219 18.675781 6.75 16.351562 6.75 12.074219 C 6.75 5.25 6.675781 4.800781 5.773438 5.773438 Z M 5.773438 5.773438 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 17.25 12 C 17.25 15.898438 17.550781 17.925781 18 17.625 C 18.976562 17.023438 18.976562 6.976562 18 6.375 C 17.550781 6.074219 17.25 8.101562 17.25 12 Z M 17.25 12 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 11.773438 7.273438 C 10.949219 8.023438 11.175781 16.351562 12 16.875 C 12.449219 17.175781 12.75 15.375 12.75 12.074219 C 12.75 6.75 12.675781 6.300781 11.773438 7.273438 Z M 11.773438 7.273438 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 2.773438 8.023438 C 1.949219 8.773438 2.175781 14.851562 3 15.375 C 3.449219 15.675781 3.75 14.25 3.75 11.699219 C 3.75 7.425781 3.675781 7.125 2.773438 8.023438 Z M 2.773438 8.023438 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 20.25 12 C 20.25 14.398438 20.550781 15.675781 21 15.375 C 21.449219 15.148438 21.75 13.574219 21.75 12 C 21.75 10.425781 21.449219 8.851562 21 8.625 C 20.550781 8.324219 20.25 9.601562 20.25 12 Z M 20.25 12 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 8.25 12 C 8.25 13.351562 8.550781 14.175781 9 13.875 C 9.449219 13.648438 9.75 12.75 9.75 12 C 9.75 11.25 9.449219 10.351562 9 10.125 C 8.550781 9.824219 8.25 10.648438 8.25 12 Z M 8.25 12 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 0.0742188 11.699219 C 0.0742188 12.523438 0.300781 12.75 0.523438 12.148438 C 0.75 11.625 0.675781 10.949219 0.449219 10.726562 C 0.226562 10.425781 0 10.875 0.0742188 11.699219 Z M 0.0742188 11.699219 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' d='M 23.324219 11.699219 C 23.324219 12.523438 23.550781 12.75 23.773438 12.148438 C 24 11.625 23.925781 10.949219 23.699219 10.726562 C 23.476562 10.425781 23.25 10.875 23.324219 11.699219 Z M 23.324219 11.699219 '/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: cover;
      }
      #wave{
        background-color: rgb(207, 221, 255);
      }
    
      .item-content {
        margin: 20px;
      }
    
      .copyright {
        color: rgb(50, 50, 50);
        margin-top: 20px;
        margin-bottom: 10px;
      }