
h1, h2, h3, h4, h5, h6, p, a, li, span, div {
  color: white;
  font-family: Monospace;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover{
  color: orange;
}
h1 {
  font-size: 20px;
  line-height: 1.5;
  text-decoration: underline;
}
h2 {
  font-size: 15px;
  line-height: 1.5;
}
h3 {
  font-size: 16px;
  line-height: 1.5;
}
p {
  font-size: 10px;
  line-height: 1.5;
}
body {
  background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2ZAAMNfrMPUdfJsFrC-nl36bMcqeRrX3zBdguP1otVMjZc35u9WSme7edgEz25dMKvBuyh4P2uvJmKEEpnxnj4znMDRye6l-FI7dz35ebhzMroUAhBTUA_eC6TtSrW6l-qv7qFpGcKik/s1600/wet-graph-paper-seamless-background.jpg);
  color: white;
  align-items: center;
  align-content: center;
}

.container{
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  margin: 20px auto auto auto;
  width:800px;
  align-items: center;
  border-radius: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
}


.topBar {
  /*border: 1px solid blue;*/
  width: calc(100% - 25px);
  height: 25px;
  font-size: 12px;
  padding-top: 7px;
  padding-left: 25px;
  vertical-align: middle;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0px 0px;
}

button.navButton {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 5px 2px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-family: Monospace;
}
button.navButton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: orange;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.mainSpace{
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.8);
  height: 400px;
  width: 800px
}

  .introArea{
    width: 75%;
    height: 400px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    padding: 10px;

  }

  .updateBox{
    border: 1px solid white;
    width: 85%;
    height: 175px;
    font-size: 12px;
    align-content: center;
    vertical-align: top;
    padding: 0px 10px 0px 10px;
    margin: 30px auto auto auto;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .update-date {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  }

  .profilePic{
    border: 1px solid orange;
    width: 25%;
    height: 400px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    border-right: 3px solid rgba(255, 255, 255, 0.5);
  }

    .actualPicture{
      width: 200px;
      height: 200px;
      border-radius: 8px;
      background-color: white;
      background-image: url(https://marzimages.carrd.co/assets/images/image03.jpg?v=883432ca);
      background-size: cover;
    }

    .resumeDownload{
      height: 30px;
      width: 150px;
      text-align: center;
      vertical-align: middle;
      padding: 20px 0px 10px 0px;
      margin: 10px auto 10px auto;
      border: 1px solid white;
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      cursor: pointer;
    }

    .underSpacer{
      width: 200px;
      height: 90px;
      flex-direction: row;
      padding:0px;
      justify-content: space-between;
    }
  
.footer{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 25px;
  font-size: 10px;
  padding-bottom: 7px;
  text-align: center;
  vertical-align: middle;
  flex-direction: row;
  border-radius: 0px 0px 10px 10px;
}


.mainPortfolio{
  border: 1px solid white;
  border-radius: 10px;
  width: 90%;
  height: 90%;
  font-size: 12px;
  margin: 10px auto auto auto;
  align-items: center;
  text-align: left;
  justify-content: center;
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hide;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}