body {
  background-color: #f1f1f1;
  color: #0f141e;

  font-size: 17px;
  font-weight: 600;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
    'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: line-through;
}

a:active {
  color: blue;
}

.avatar {
  width: 280px;
  border-radius: 28px;
}

.info {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .info {
    text-align: center;
    display: block;
  }
}
.info-text {
  margin-left: 40px;
}

.info-text h4 {
  margin-bottom: 10px;
}

.info p {
  margin: 2;
  font-style: italic;
  font-weight: bold;
}

/*Box Model */

.container {
  max-width: 750px;
  margin: auto;
  padding-top: 30px;
}

.bg-yellow {
  background: #fff9dc;
}

.bg-green {
  background: #e5ffe7;
}

.bg-red {
  background: #ffe5e5;
}

.card h2 {
  margin-bottom: 10px;
}

.list {
  padding: 0 20px;
}

.list li {
  color: #86898f;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.table {
  width: 100%;
}

.table td {
  padding-bottom: 10px;
}

.table td:nth-child(2),
.table td:nth-child(3) {
  color: #868988;
}

.l .contact h2 {
  text-align: center;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #86898f;
}

.form-group input,
.form-group textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 15px 0 10px;
  outline: none;
  font-family: inherit;
}

.row {
  display: flex;
  margin-bottom: 30px;
}

.row > .form-group {
  width: 50%;
  margin-right: 20px;
}

.btn {
  background: #111;
  color: #fff;
  padding: 15px 20px;
  bottom: none;
  font-family: inherit;
}
.btn:hover {
  opacity: 0.9;
}
