/* This entire profile was made by ChatGPT with help from Aydoplaydoh. Only minor guidances were made through suggestions to the css. All else is directly from ChatGPT itself. */

span.fwiendCount {
    font-size: 24px;
    font-weight: bold;
    color: #ff69b4;
    text-align: center;
    margin: 10px 0;
}

.box.blog {
    background-color: #606060;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.extended {
  background-image: url('https://picsum.photos/1200/800');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* width and color of scrollbar track */
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

/* color of scrollbar handle */
::-webkit-scrollbar-thumb {
  background-color: #555;
}

/* hover effect on scrollbar handle */
::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

#header {
  background: linear-gradient(to bottom, #777777, #555555);
}

#hSub {
  background-color: #555555;
}

/* Background and font styles */
body {
  background-color: #191919;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Header styles */
#header {
/*  background-color: #333; */
  color: #fff;
  padding: 8px;
  font-size: 18px;
  text-align: center;
}



#header h1 {
  font-size: 36px;
  margin: 0;
}

#header a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-left: 20px;
}


#hSub {
/*  background-color: #212121; */
  border-bottom: 1px solid #111;
  font-size: 14px;
  height: 16px;
  padding: 10px;
}

#hSub a {
  color: #ffffff;
  margin-right: 10px;
}

#hSub a:hover {
  text-decoration: underline;
}

/* Profile box styles */
.short {
  margin-top: 20px;
  width: 100%;
}

.short td {
  vertical-align: middle;
}

.avatar {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.shortRight {
  padding-left: 20px;
}

.uName {
  font-size: 36px;
  margin-bottom: 5px;
}

#credo {
  font-size: 24px;
}

#gender {
  font-size: 16px;
  margin-bottom: 5px;
}

#age {
  font-size: 16px;
  font-weight: bold;
}

#country {
  font-size: 16px;
  margin-bottom: 5px;
}

#online img {
  height: 10px;
  width: 10px;
  filter: brightness(500%) contrast(500%) hue-rotate(180deg) saturate(500%) grayscale(100%);
}

#lastLogin {
  font-size: 12px;
}

.boxInfo {
  background-color: #212121;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.boxHead {
  font-size: 24px;
  margin-bottom: 10px;
}

.boxButton {
  background-color: #111;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 150px;
}

.boxButton:hover {
  background-color: #333;
}

/* Footer styles */
#footer {
  background-color: #212121;
  border-top: 1px solid #111;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  text-decoration: underline;
}

.rightHead {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.boxHead {
  background: #EEE;
  border-bottom: 1px solid #CCC;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.url {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.url a {
  text-decoration: none;
  color: #333;
}

.url a:hover {
  text-decoration: underline;
}

.tableRight {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


.tableRight b {
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.tableLeft {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tableLeft b {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.3rem;
  display: block;
}

.tableLeft a {
  color: #276678;
  text-decoration: none;
  border-bottom: 1px solid #276678;
}

.tableLeft a:hover {
  color: #61c2a2;
  border-bottom: 1px solid #61c2a2;
}

.topRight a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.topRight a:hover {
  color: #f1c40f;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

form label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}


form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

form input[type="submit"]:hover {
  background-color: #0062cc;
}

.tableRight p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/* Style for the body element */
.blogBody {
  background-color: #f2f2f2;
  font-family: Arial, sans-serif;
}

/* Style for the header */
.blogBody #header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogBody .logo {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.blogBody .logo span {
  padding-top: 2px;
  position: absolute;
}

.blogBody #hUp a {
  color: #fff;
  margin-left: 10px;
}

.blogBody #hUp a:hover {
  text-decoration: underline;
}

.blogBody #hSub {
  background-color: #666;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.blogBody #hSub a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.blogBody #hSub a:hover {
  text-decoration: underline;
}

.blogBody .sep {
  margin: 0 5px;
}

/* Style for the blog title and buttons */
.blogBody .blogTitle {
  background-color: #fff;
  padding: 10px;
}

.blogBody .uName {
  margin: 0;
}

.blogBody .uName a {
  color: #333;
  text-decoration: none;
}

.blogBody .uName a:hover {
  text-decoration: underline;
}

.blogBody .blogCard {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}

.blogBody .avatar {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.blogBody #credo {
  font-style: italic;
}

.blogBody .boxInfo {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
}

.blogBody .boxHead {
  font-weight: bold;
  margin-bottom: 5px;
}

.blogBody .boxButton {
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.blogBody .boxButton:hover {
  background-color: #666;
}

.blogBody button {
  background-color: #4CAF50; /* Set background color */
  border: none; /* Remove border */
  color: white; /* Set text color */
  padding: 10px 20px; /* Set padding */
  text-align: center; /* Center text */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Make it an inline-block element */
  font-size: 16px; /* Set font size */
  margin: 4px 2px; /* Set margin */
  cursor: pointer; /* Change cursor on hover */
  border-radius: 4px; /* Add rounded corners */
}

/* Change background color on hover */
.blogBody button:hover {
  background-color: #3e8e41;
}

.topLeft.blogCard {
  color: #333; /* Dark text color */
}

#top {
  position: relative;
  animation: shake 1s infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px) rotate(-10deg);
  }
  20% {
    transform: translateX(10px) rotate(10deg);
  }
  30% {
    transform: translateX(-10px) rotate(-10deg);
  }
  40% {
    transform: translateX(10px) rotate(10deg);
  }
  50% {
    transform: translateX(-10px) rotate(-10deg);
  }
  60% {
    transform: translateX(10px) rotate(10deg);
  }
  70% {
    transform: translateX(-10px) rotate(-10deg);
  }
  80% {
    transform: translateX(10px) rotate(10deg);
  }
  90% {
    transform: translateX(-10px) rotate(-10deg);
  }
  100% {
    transform: translateX(0);
  }
}