body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.bg-image {
    background-image:url('images/background.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.container {
    background-color: #0003;
    text-align: center;
    padding: 20px;
    color: #eee;
}

.profile-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eee;
}

.link-button {
    display: block;
    background-color: white;
    color: #333;
    text-decoration: none;
    padding: 15px 25px;
    margin: 10px auto;
    border-radius: 50px;
    width: 200px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.link-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #a0a;
}

.link-handle {
    color: #999;
    display: none;
}

.platform {
    opacity: 30%;
    vertical-align: -0.4em;
    height: 1.5em;
    padding-right: 0.5em;
}
