body {
    background-color: black;
    color: whitesmoke;
}

.profileImage {    
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 50%;
  width: 90%;
  max-width: 400px;
}

.profileTitle {
    text-align: center;
    font-size: 8vw;
    font-family: "Lucida Console", "Monaco", "Courier New", monospace;
}

.profileLinks {
    text-align: center;
    font-size: 5vw;
    font-family: "Lucida Console", "Monaco", "Courier New", monospace;
    
}

.sampleText {
    font-weight: bold;
}