.steve {
  text-align: justify;
  font-style: italic;
  color: rgb(82, 123, 82);
  background: linear-gradient(to bottom, rgb(6, 49, 0), rgb(0, 0, 0, 0));

  padding: 1.2rem;
  font-size: 0.85rem;
}

.steve > a,
.steve > a:visited {
  opacity: 0.7;
  font-weight: bold;
  color: lightgreen;
  text-decoration: inherit;
}

#alper {
  border: 1px dotted rgb(184, 255, 184);
  cursor: pointer;
  margin-bottom: 0.3rem;

  width: 84px;
  height: 84px;
}

#business-card {
  width: 96px;
  height: 64px;
  display: none;
}

.icon-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-decoration: inherit;
  font-weight: 400;
  margin: 0.1rem;
  
  font-size: 0.9rem;
  padding: 0.5rem;
}

.icon-link img {
  width: 20px;
}

.icon-link span {
  color: lightgreen;
  margin-left: 0.5rem;
}

.icon-link:hover {
  background-color: #182f18;
}

.point {
  color: rgb(74, 161, 74);
  font-size: 1rem;
}

.things-container {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: -4px;

  margin-top: 0.8rem;
  margin-left: -0.25rem;
}

.things-table {
  width: 240px;
}

.things-table img {
  width: 24px;
}

.drawing-icon {
  width: auto;
  margin-left: 3.5rem;
}

@media (max-width: 400px) { 
  .steve {
    font-size: 0.66rem;
    padding: 1rem;
  } 

  #alper {
    width: 64px;
    height: 64px;
  }

  .icon-link {
    padding: 0.4rem;
    font-size: 0.75rem;
  }

  .icon-link img {
    width: 16px;
  }

  .point {
    font-size: 0.8rem;
  }
  
  .things-container {
    margin-top: 0.6rem;
    margin-left: -0.2rem;
  }
  
  .things-table {
    width: 160px;
  }
  
  .things-table img {
    width: 16px;
  }

  .drawing-icon {
    width: 45px;
    margin-left: 2rem;
  }
}