body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main {
    background-color: #1e1e2f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    padding: 30px;
    background-color: #2e2e3e;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    width: 80%;
}

.avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    margin-bottom: 20px;
}

h1 {
    margin-bottom: 10px;
}

.buttons a {
    display: block;
    background-color: #ff5e78;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.buttons a:hover {
    background-color: #e04b63;
}

.footer-content {
    background-color: #1e1e2f;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
}

footer .footer-content ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

footer .footer-content ul li {
    display: inline;
    margin: 0 10px;
}

footer .footer-content ul li a {
    color: #aaa;
    text-decoration: none;
}

footer .footer-content ul li a:hover {
    text-decoration: underline;
}

@media all and (max-width: 500px){
    .container {
        max-width: 300px;
    }
}

.author-butt a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ff5e78;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.author-butt:hover {
    background-color: #e04b63;
}

.author-butt:active {
    background-color: #b53f53;
}
.author {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: #ff5e78;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.author:hover {
    background-color: #e04b63;
}
.author:active {
    background-color: #b53f53;
}
.authorr {
    position: absolute;
    top: 10px;
    left: 210px;
    background-color: #ff5e78;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.author:hover {
    background-color: #e04b63;
}
.author:active {
    background-color: #b53f53;
}
.donat {
    position: absolute;
    top: 10px;
    left: 500px;
    background-color: #ff5e78;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.author:hover {
    background-color: #e04b63;
}
.author:active {
    background-color: #b53f53;
}
img {
    width: 300px;
}
.bim .social-link a {
    text-decoration: none;
    color: #ff5e78;
    font-weight: bold;
    transition: color 0.3s;
}