
html { line-height: 1.2; }
p { margin: 1.2em 0; }

body{
  background: url('assets/background.gif') no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
      font-family: "JetBrains Mono", monospace;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      color: #c03d67;
        background-color: white;
        opacity: 0.7;
        padding: 20px;
        border-radius: 10px;    
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cf6183;
    padding-bottom: 10px;
  }
  .username {
    font-weight: bold;
    font-size: 18px;
  }
  .icons{
    font-size: 2em;
  }
  .pfp-img{
      width: 60px;
      height:60px; 
      border-radius: 50%; 
      object-fit: cover; 
      border: 2px solid #cf6183;
  }

  .content {
    margin-top: 20px;
  }
  
  h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .links{
    color: #cf6183;
  }
  .aesthetic-gif {
    margin-top: 20px;
    text-align: center;
  }