body {
    font-family: 'Times New Roman';
    background: #fafafa;
    color: #222;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    padding-top: 25vh;
    
}
.container-container {
    display: flex;
    justify-content: center;
}
.container {
    height: 2.2in;
    max-width: 400px;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
}
.share-buttons {
    display: flex;
    justify-content: center;
}
h1 {
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: 600;
}
p {
    margin-bottom: 1.5em;
    color: #555;
}
a {
    color: #0078d4;
    text-decoration: none;
    margin: 0 0.5em;
}
a:hover {
    text-decoration: underline;
}
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: blue;
}