body {
    font-family: 'Roboto Mono', monospace;
    color: #eee;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
a {
    cursor: pointer;
    text-decoration: none;
}
.intext {
    color: #e0e;
}
.subtext {
    font-weight: 100;
    color: #e4e4e7;
    text-decoration: none;
    margin-right: 15px;
}
a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #eee;
}
p {
    font-weight: 100;
    font-size: 0.9rem;
    margin: 5px 0;
}
.container {
    padding: 30px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.profile-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
h1 {
    font-weight: 300;
    color: #eee;
    margin: 0 0 0 10px;
}
.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #e4e4e7;
    object-fit: cover;
}
.links {
    max-lines: 1;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: .8;
}   
.onion-link {
    text-transform: uppercase;
    position: fixed; 
    bottom: 10px; 
    right: 10px; 
    color: rgba(255, 255, 255, 0.5); 
    text-decoration: none; 
    font-size: 16px;
}
.onion-link:hover {
    font-weight: 100;
    color: #e4e4e7; 
    text-decoration: underline;
}
