@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body {
  background-color: #B0E0E6;
  color: #0f141e;
  /*background-image: url(https://bayguzin.ru/assets/images/2014/04/zvezdnoe_nebo.jpg);*/

  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;

}
.interact
{background: #fff9dc;}
a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* a:active {
  color: blue;
}
*/

a:visited {
  color: grey;
}

.avatar {
 margin-top: 40px;
  width: 200px;
  border-radius: 38px;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

.info {
  display: flex;
  margin-bottom: 20px;
  background: #ccf9dc;
  padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 20px;

}


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

.info-text {
  margin-left: 40px;
}

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

.info p {
  color: #86898f;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;

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

}

.bg-yellow {
  background: #fff9dc;
}

.bg-green {
  background: #e5ffe7;
}

.bg-red {
  background: #ffe5e5;
}

.card {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

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

.list {
  padding: 0 20px;
}

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

.table {
  width: 100%;
}

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

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

.link-list {
  list-style: none;
  padding: 0;
}

.link-list li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.contact
{
 padding: 15px 20px;
 margin-bottom: 20px;
border-radius: 20px;
background: pink;
border-radius:15px}
.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: 20px;
}

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

.row > .form-group:last-child {
  margin-right: 0;
}

.btn {
  background: #111;
  padding: 15px 20px;
  color: #fff;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
}

.box {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 40px;
  background-image: url(https://catherineasquithgallery.com/uploads/posts/2021-02/1614342663_19-p-kosmos-svetlii-fon-24.jpg);
}
