ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  p {
    margin: 0;
  }
  
  a :hover {
    text-decoration: none;
    color:red;
  }
  
  /* general */
  body {
    font-family: "Roboto", sans-serif;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    color: #263547;
    font-size: 0.8rem;
    line-height: 120%;
    margin: 0;
  }
  
  /* resume */
  .resume {
    margin: 0 auto;
    background: #fdfdfd;
    height: 942px;
    width: 850px;
    display: grid;
    grid-template-columns: 10fr 4fr;
  }
  
  header {
    text-transform: uppercase;
    background: url("../img/bg-image.png") center center;
    background-size: cover;
    position: relative;
    top: 0;
    bottom: 0;
  }
  
  header article {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.25rem;
  }
  
  header h1 {
    font-family: 'Montserrat', sans-serif;
    color:rgb(227, 227, 241);
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding-left: 130px;
    outline: 2px;
  }
  
  header h3 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.2rem;
    color: silver;
    display: inline-block;
    padding-left: 41px;
  }
  
  .contacts {
    font-size: 1rem;
  }
  
  .contacts li:hover {
    color: #fd4345;
  }
  
  header, .contacts {
    padding-top: 2rem;
  }

  .main{
    height: 500px;
  }
  
  .side, main {
    padding-top: 1rem;
  }
  
  header, main {
    padding-left: 2rem;
    display: inline-block;
  }
  
  main, aside {
    padding-right: 1rem;
  }
  
  aside {
    padding-left: 1rem;
    background: grey;
    color: #fdfdfd;
  }
  
  i.fa {
    margin-right: .5rem;
    font-size: 1.2rem;
  }
  
  .cells li {
    display: inline-block;
    background: #263547;
    border-radius: 5px;
    margin: 1px;
    padding: 3px 5px;
  }
  
  .article-title {
    margin: 1rem 0 0.2rem 0;
    font-size: 20px;
    color: rgb(85, 85, 225);
    padding-bottom: 5px;
  }
  
  .section-title {
    margin: 0.5rem 0 0.1rem 0;
    font-size: 16px;
    padding-bottom: 10px;
  }
  
  .memberships li::before {
      content: "■ ";
  }
  
  .qr-code {
    display: block;
    margin: 1rem auto;
    width: 50%;
  }

  /* h1{
    color: rgb(53, 53, 180);
  } */

  .techexp{
    font-size: 13px;
  }

  p{
    font-size: 13px;
  }

  img{
    width: 555px;
    height: 139px;
    
  }