body {
  background: url("https://images8.alphacoders.com/392/thumb-1920-392747.jpg");
  background-size: cover;
  font-family: "Segoe UI";
}

h1,
h2,
h3,
h4,
p {
  line-height: 1;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 20px !important;
}

.message-window {
  width: 650px;
  position: absolute;
  left: 230px;
  top: 90px;
}

.friends-list {
  width: 250px;
  height: 10px;
  position: absolute;
  right: 150px;
  top: 20px;
}

.big-image img {
  width: 160px;
  height: 160px;
  position: relative;
  left: -5px;
}

.message-left {
  border-right: 1px solid lightgrey;
  float: left;
  width: 25%;
}

.message-right {
  float: right;
  text-align: left;
  width: 74%;
}

.message-body {
  height: 75%;
}

.row::after {
  float: none;
  padding: 3px;
}

.message-input {
  margin-top: 45px;
  padding: 5px;
  background-color: white;
  height: 65px;
  width: auto;
  border-radius: 5px;
}

.message-scroll {
  max-height: 390px;
  margin-top: 5px;
  overflow: auto;
}

.friends-content img {
  float: left;
}

.friends-content {
  height: 61px;
  width: auto;
}

.friends-content a,
.friends-content a:visited,
.friends-content a:hover {
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  bottom: -10px;
}

.lil-img img {
  width: 60px;
  height: 60px;
  float: left;
}

.status-box {
  height: 61px;
  background: url("/images/bliss.jpg");
  background-size: cover;
}

.status-box-txt {
  float: right;
}

.status-box p {
  text-align: left;
  position: relative;
  bottom: -5px;
  left: -15px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  padding: 5px;
}

.status-box p:hover {
  border: 1px solid lightgrey;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.resources {
  width: 450px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.resources img {
  width: 100%;
}

.scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.scroll strong {
  display: inline;
  white-space: nowrap;
}

.scroll a {
  display: inline;
  white-space: nowrap;
}

.hover-link {
  position: relative;
  cursor: pointer;
}

#tooltip-box {
  position: absolute;
  background-color: whitesmoke;
  color: black;
  border: 1px dashed blue;
  padding: 5px 10px;
  border-radius: 6px;
  font-style: italic;
  display: none;
  z-index: 9999;
  white-space: nowrap;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

