/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center-image {
    max-width: 100%;
    max-height: 90vh;
}

.phone-info {
    margin-block: 16px;
    font-size: 1.5em;
}

.phone-icon {
    margin-right: 8px;
}
