body {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ui-dialog-content {
	background-color: black !important;
}

* {
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

.headh2 {
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
}

#mt-top-profile-img {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

#mt-top-profile-img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

#mt-top-profile-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#mt-top-profile-text h1 {
    font-size: 24px;
    margin-top: 10px;
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 30px;
    background-color: #333;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.social-link:hover {
    background-color: #555;
}

.social-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}


.container {
    width: 95%;
    max-width: 800px;
    margin: 10px auto;
    padding: 0 10px;
}

.box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    background-color: #111;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #222;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.icon-inner {
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.content {
    flex-grow: 1;
}

h2 {
    margin: 0;
    font-size: 16px;
}

p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #aaa;
}

.button {
    background-color: transparent;
    border: 1px solid #555;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
}

.button:hover {
    border-color: #fff;
}


#copy {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    color: #aaa;
    font-size: 12px;
}

@media (max-width: 600px) {
    .social-links {
        flex-direction: column;
        align-items: center;
    }

    .social-link {
        margin: 10px 0;
        text-align: center;
    }
}
