/* * {
  border: 1px solid red;
} */
html {
  font-family: 'Montserrat', sans-serif;
  color: #f0f0f0;
  min-width: 600px;
}

body {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  background-color: #121212;
  /* background-color: white; */
}

a {
  text-decoration: none;
  color: #bb86fc;
}

a:hover {
  color: red;
}

p {
  margin-top: 0px;
}

.avatar {
  width: 300px;
  margin-bottom: 0px;
  z-index: -1;
  position: relative;
  border-radius: 4px;
}

.card {
  border-radius: 3px;
  padding: 5px 10px;
  margin: 5px;
  /* background-color: #fdfdfd; */
  /* border: 1px solid #eeeeee; */
  border-radius: 4px;
  position: relative;
  background-color: #353535;
  box-shadow: 0px 0px 10px 10px #000000;
}

.personal {
  width: 400px;
  padding: 10vh 0px;
  /* position: sticky;
  position: -webkit-sticky;
  top: 0;
  align-self: flex-start; */
}

.personal .card {
  /* box-shadow: 0px -20px 10px -10px #000000; */
  margin-top: -30px;
  margin-bottom: -60px;
}

.icons {
  display: flex;
  justify-content: space-around;
}

.fa {
  color: inherit;
}

.project_container {
  flex: 1 1 600px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
}
.project_container .card {
  display: flex;
  flex-direction: column;
}

.project_container header {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
}

.project_title {
  text-align: left;
}

.project_links {
  text-align: right;
  flex: 1 1;
}

.clear {
  clear: both;
}

.project_description {
  text-align: left;
}

.project_content {
  float: left;
  margin-right: 10px;
  height: 315px;
  width: 560px;
}

.project_container footer {
  text-align: right;
  font-weight: lighter;
  color: #777777;
}
