.creator-container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
  
  img {
    width: 200px;
    border-radius: 50%;
    margin-top: 20px;
  }
  
  h1 {
    margin-top: 20px;
  }
  
  h2 {
    margin-top: 10px;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
  }
  
  li {
    margin-bottom: 5px;
  }
  
  a {
    text-decoration: none;
    color: #0066cc;
  }
  
  a:hover {
    text-decoration: underline;
  }
  .back{
    background-color: #5488e90d;
    padding: 10px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
    width: 150px;
    border-radius: 10px;
    border: 2px solid black;
    border-color: #5488e9a3;
    font-weight: bolder;
    margin-bottom: 50px;
}
.back img{
    width: 20px;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px;
}
.back a{
    text-decoration: none;
    color: black;
}  