
html {
background-image: url(/img/gam-ol-circuit-board-5907811.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}

body {
  background-color: rgb(0, 0, 0);
  color: cyan;
  font-family: Verdana;
  border: 2px solid rgb(0, 128, 255);
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 0 auto;
}

ul {
  list-style-type: none;
}

a:link {
  color: rgb(0, 128, 255);
}

a:visited {
  color: cyan;
}

a:hover {
  color: blue;
}

a:active {
  color: rgb(0, 128, 255);
}

.navbar > li{
  display: inline-block;
}

body img {
  width: 20%;
  height: 20%;
  object-fit: cover;
  display: inline; 
}

.friendsbox {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border: 2px solid rgb(0, 128, 255);
  border-radius: 10px;
  align-items: stretch;
}

.card > img {
  border-radius: 10px;
  width: 50%;
}

.container {
  padding: 2px 16px;
}

.ynstbh > img {
  width: 85%;
}