body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://files.enderman.ch/wallpapers/windows-10/img101.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #333;
}

.container {
    max-width: 600px; 
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9); 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.content {
    text-align: center;
    margin: 0 auto;
}

.header {
    margin-bottom: 5px;
    padding-top: 20px;
}

.profile img {
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}


h1 {
    font-size: 24px;
    margin: 0;
}

p {
    margin: 0;
}

.links {
    text-align: center;
}

.links a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}

.links img {
    width: 20px; /* Adjust the size of your social media logos */
    height: 20px;
    vertical-align: middle;
}
