*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(59, 70, 82);
    text-align: center;
    font-family: 'Bahnschrift', sans-serif;
    color: DimGray;
    overflow: auto;
}
canvas{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0.3;
    z-index: 0;
}

.card {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 660px;
  height: 320px;
  margin-top: 100px;
  position: relative;
  background: white;
  font-family: 'Bahnschrift', sans-serif;
}

#skill-line-one {
  text-align: left;
  margin-top: 130px;
  padding: 4px; 
 }
 #skill-line-two {
  text-align: left;
   margin-top: -10px;
   padding: 4px; 
 }
.li-inline {
  display: inline;
 }

 .career {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  text-align: left;
  margin-top: 35px;
  position: relative;
  font-weight: 320;
  color: rgb(206, 206, 206);
  z-index: 1;
}
  
  .contacts {
    margin-top: 22px;
    position: relative;
    z-index: 1;
  }

  .contact {
    margin-right: 6px;
  }
  
  .line-break {
    border: 1px solid grey;
    margin: 10px auto;
    width: 580px;
  }

  h1 {
    color:  #1f2845;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1; 
    position: absolute;
    right: 5px;
    left: 5px;
    font-size: 40px;
  }
  h1 span {
    color: #606268;
    display: block;
    font-size: .45em;
    letter-spacing: 3px;
  }

  .sharp {
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2); 
  }

  .skill {
    display: inline-flex;
    padding: 6px 12px;
    font-size: 17.5px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.54);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 99em;
    font-family: 'Bahnschrift', sans-serif;
  }

  #rihno {
    height: 128px;
    width: 128px;
    margin-top: -64px;
  };

  a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }
