      body {
        padding-top:40px;
        padding-bottom: 40px;
        background: linear-gradient(180deg, #800000, #f1f1f1);
        min-height: 100%;
        color: rgba(255, 255, 255, 1.0);
        font-family: "Arial";
      }

      html {
        min-height: 100%;
      }
      
      a {
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
      }

      .avatar-image {
        width: 128px;
        height: 128px;
        object-fit: cover;
        object-position: 50% 0%;
        border-radius: 128px;
      }

      .thumbnail {
        width:48px;
        height: 48px;
        border-radius:48px;
        object-fit:cover;
      }

      .item {
        background-color: rgba(195, 195, 195, 0.5);
        margin: 0px auto 20px;
        align-items: center;
        border-radius: 48px;
        padding: 5px 48px 5px 5px;
        box-shadow: 0px 4px 10px 0px rgba(100,100,100,0.9);
        text-align: center;
        display: flex;
        max-width: 500px;
      }

      .main-container {
        max-width: 640px;
        margin: auto;
      }

      .image-row {
        margin-bottom: 20px;
        text-align: center;
      }
      
      .name-row {
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Abril Fatface', cursive;
        font-size: 48px;
      }

      .social-icons-row {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-around;
      }

      .link-text {
        text-align: center;
        flex-grow: 1;
        text-decoration: none;
      }
