body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #000000;
        }
        .container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            background-color: #000000;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
            color: #f2f2f5;
        }
        .subtitle {
            text-align: center;
            color: #f2f2f5;
            margin-bottom: 30px;
        }
        .links {
            list-style: none;
            padding: 0;
            background-color: #000000;
            
        }
        .links li {
            margin-bottom: 15px;
        }
        li:hover {
            scale: 1.1;
        }
        .links li a {
            display: block;
            padding: 15px;
            background-color: transparent !important;
            border: 2px solid #f2f2f5 !important;
            color: #f2f2f5;
            text-decoration: none;
            border-radius: 8px;
            text-align: center;
            transition: background-color 0.3s;
            border-radius: 50px;
        }
        .links li a:hover {
            background-color: #000000;
        }
        footer {
            margin-top: 50px;
            text-align: center;
            color: #f2f2f5;
        }
        .avatar {
        display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
} 
.bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mastodon {
    visibility: hidden;
}