#abstract{
 
  display: flex;
    justify-content: center;
  align-items: center;
  height:250px;
  }
h1 {
  position: absolute;
  color: white;
   vertical-align:center;
  font-family: 'poiret one';
  font-size: 24px;
}
  * {
  margin: 0;
    text-shadow:0px 0px 5px white;
}
    li {
display: inline;
}
ul	{
  width: 60%;
  margin: auto;
    padding: 0 10px;
}
  h1:hover {
 font-family: ariel;
}

.navbar	{
  width: 100%;
    height: 40px;
    background-color: #f55742;    
  text-align: center;
  display: flex;
}
#abstract img {
  width: 100%;
    max-height: 250px;
      object-fit: cover;
  overflow:hidden;
}
a	{
  text-decoration: none;
  color: inherit;
}

a:hover	{
}
#portfolio {
  background-color: grey;
  width: 100%;
  height: 600PX;
  display: flex;
  flex-direction: column;
}

.card {
  width: 100%;
  display: block;
  height: 150px;
  background-color: 145aeb;
}
  
  .card-left {
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: inherit;
    width: 65%;
     background-color: #ff0056;   
    box-shadow: 3px 0px 3px gray inset;
    font-family:  'ariel';
    border-right: 2px groove #fdfcf5;
}
  .card-right {
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: inherit;
    width: 65%;
      background-color: #ff0056;
  box-shadow: 3px 0px 3px gray inset;
    font-family: 'Ariel';
      
      .card-right p {
       padding: 10px;
    }
    
    
      
    
    
    
    