body {
    background-color: #778899;
  }
  .big_div {
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 75%;
  }
  
  .name {
    text-align: center;
    margin-bottom: 1em;
  }
  
  p {
    /* font-family: verdana; */
    font-size: 16px;
  }

  h2 {
    text-align: center;
  }

  hr {
    height: 2px;
    background-color: black;
    border: none;
    width: 90%;
  }

  a {
    color: black;
  }

  a:hover {
    color: lightgreen;
  }

  .skills_container {
    display: flex;
    justify-content: space-between;
    margin-left: 7em;
    margin-right: 5em;
  }

  .work_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: -2em;
  }

  .work_container2 {
    display: flex;
    justify-content: space-between;
  }



