body {
  background:#2C2F33;
  margin:0;
  color:#8C8C8C;
  font-family: 'Roboto', sans-serif;
}

span {
  background:#23272A;
  padding:4px;
}

.content {
  margin-left:auto;
  text-align:center;
  margin-right:auto;
  margin-top:150px;
}

.avi {
  border-radius:50%;
  width:130px;
  border: 3px solid #fff;
}

h1 {
  color:#5865f2;
}

.icon {
  color:#d80707;
}

.btn {
  background:#23272A;
  padding:10px;
  color:#8C8C8C;
  border-radius:3px;
  transition:.4s;
}

.btn:hover {
  background:#5865f2;
  color:#fff;
  transition:.4s;
}

a {
  text-decoration:none;
  color:#8C8C8C;
}

body {
  background: #2C2F33;
  margin: 0;
  color: #FFFFFF; /* Changed text color to white */
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: #5865f2;
}

.btn {
  background: #23272A;
  padding: 10px;
  color: #FFFFFF;
  border-radius: 3px;
  transition: .4s;
}

.btn:hover {
  background: #5865f2;
  color: #FFFFFF;
  transition: .4s;
}

.description-box {
  background: #23272A;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
}

.description {
  color: #FFFFFF;
  text-align: justify;
}
