body {
    background-color: rgb(16, 0, 29);
    font-size: 50px;
    font-family: anta;
    font-weight: bolder;
    color: white;
}

#header{
    margin-left: 2%;
    border-bottom: 5px solid white;
    color: chartreuse;
    font-weight: bolder;
    width:470px;
    margin-bottom: 0;
}

h1 {
    margin-bottom: 0;
    height: 130px;
}

h2 {
    margin-top: 0;
}

#homeLink {
    position: fixed;
    right: 3%;
    top: 0%;
    background-color: chartreuse;
    border-radius: 8px;
    padding: 5px;
    padding-right: 8px;
    padding-left: 8px;
}

a {
    text-decoration: none;
    font-weight: bolder;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-family: anta;
}

#linkDiv {
    margin-left: 30px;
    position: relative;
    width: auto;
}

#linkedinLink {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 50px;
    font-weight: 300;
}

#linkedinLogo {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 40px;
}

#thingiverseLink {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 50px;
    font-weight: 300;
    position: relative;
    top: 0%;
}

#thingiverseLogo {
    width: 40px;
    height: 40px;
    margin-right: 0;
    top: 0%;
}

#thingiverseLogoLink {
    margin-left: 40px;
}

#githubLink {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 50px;
    font-weight: 300;
    position: relative;
    top: 0%;
}

#githubLogo {
    width: 50px;
    height: 50px;
    margin-right: 0;
    top: 0%;
    filter: invert(100%);
}

#githubLogoLink {
    margin-left: 40px;
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

#resumeLink {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 55px;
    font-weight: 300;
    position: relative;
    top: 0%;
}

#resumeLogo {
    width: 50px;
    height: 50px;
    margin-right: 0;
    top: 0%;
}

#resumeLogoLink {
    margin-left: 40px;
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

#smilingImg {
    width: 200px;
    height: 200px;
    position: relative;
    left: 500px;
    top:-180px;
}

#title {
    margin-left: 75px;
    margin-right: 10%;
    font-size: 75px;
    border-bottom: 3px solid white;
    margin-bottom: 30px;
}

#subTitle {
    margin-left: 150px;
    margin-top: 0;
    border-bottom: 4px solid chartreuse;
    width: fit-content;
    font-weight: 100;
    margin-bottom: 30px;
}

#infoTitle {
    margin-left: 175px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 35px;
}

#info {
    margin-left: 200px;
    font-size: 32px;
    font-weight: 100;
    width: 50%
}

.infoImg {
width: 600px;
height: 500px;
border-radius: 20px;
margin-right: 50px;
padding: 0;
float: right;
}

figure {
    font-size: 25px;
    float: right;
    height: 100%;
}

#internImg {
    margin-top: 150px;
}

#scatterImg {
    width: 900px;
    height: 400px;
}

#vbaImg {
    width: 500px;
    height: 500px;
    right: auto;
}

#benchyImg {
    width: 450px;
    height: 500px;
    right: auto;
}

@media (max-width: 1000px) {
    #masonImg {
      display: none;
    }
  }