
/*  */
/* 
*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.column img {
  margin-top: 12px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
ul.projects { list-style-type: none; width: 30em; }
li.projects h3 { font: bold 1.2em/1.5 Helvetica, Verdana, sans-serif; }
li.projects img { float: left; margin: 0 15px 0 0; width: 5em; }
li.projects p { font: 100 0.75em/1.5 Georgia, Times New Roman, serif; }
li.projects { padding: 10px; overflow: auto; }
li.projects:hover { background: #F1F3F4; cursor: pointer; }

p.projects {
   
    font-size: 1.375rem;
    line-height: 1.22727
    color: #404040;
    font-weight: 700
    font-family: 'Roboto';
    font-style: normal;


}
 
/*  */