  body {
  font-family: Arial, Helvetica, sans-serif;
background: #FFFFFF;
  color: black;
  text-align: center;
}

img {
  border-radius: 0%;
  width: 160px;
  padding: 5px;
} 

.fpbutton {
  background-color: #00AEEF;
  color: black;
  padding: 10px;
  width: 340px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}



.fpbutton {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.fpbutton2 {
  background-color: black;
  color: black;
  padding: 10px;
  width: 320px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;

  }



.fpbutton2 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.fpbutton3 {
  background-color: #24A1DE;
  color: black;
  padding: 10px;
  width: 320px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;

  }



.fpbutton3 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



.fa.fa-twitter::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

.fpbutton4 {
  background-color: #00AEEF;
  color: black;
  padding: 10px;
  width: 320px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;

  }



.fpbutton4 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.blackbutton {
  background-color: #000;
  color: black;
  padding-right: 11px;
  padding-left: 11px;
  width: 320px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;
}

.blackbutton {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.pinkbutton {
  background-color: #b72683;
  color: black;
  padding-right: 11px;
  padding-left: 11px;
  width: 320px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;
}

.pinkbutton {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.lightbluebutton {
  background-color: #1da1f2;
  color: black;
  padding-right: 11px;
  padding-left: 11px;
  width: 320px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;
}

.lightbluebutton {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.yellowbutton {
  background-color: #fefb54;
  color: black;
  padding-right: 11px;
  padding-left: 11px;
  width: 320px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;
}

.yellowbutton {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.whitebutton {
  background-color: #fff;
  color: black;
  padding-right: 11px;
  padding-left: 11px;
  width: 320px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 4px;
  cursor: pointer;
}

.whitebutton {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



.prof5 {
  border-radius: 50%;
  width: 200px; /* Adjust the width as desired */
  height: 200px; /* Adjust the height as desired */
  border: 3px solid #00AEEF; /* Add border with the desired color */
  object-fit: cover; /* Ensures the image covers the area without distortion */
  overflow: hidden; /* Ensures any overflow is hidden */
}


.facebookbutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}  
  
.youtubebutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}

.tiktokbutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}  
  
.twitchbutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}

.instagrambutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}  
  
.snapchatbutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}

.twitterbutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}

.redditbutton1 {
  width: 900px;
  height: 150px;
  border-radius: 0%;
}

.location-info {
  margin-top: 2px;
}

#time-in-current-location {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

.current-location {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
}

#location-name {
  font-weight: 700;
  margin-left: 4px;
}

.user-status {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  justify-content: center;
}

.user-status::before {
  display: none;
  content: '';
  background-image: url("status.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  left: -15px;
  justify-content: center;
}

.user-status.available::before {
  display: block;
}

.separator {
  background-image: url("separator.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2px;
  height: 19px;
}

.respond-time {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

.clock {
  content: '';
  background-image: url("clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 400px) {
  #time-in-current-location {
    width: 100%;
    max-width: 330px;
    font-size: 14px;
  }