body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #1a1a1a 0%, #1c75bc 250%);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-placeholder {
    width: 350px;
    height: 350px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.text {
    font-size: 20px; /* Increased font size */
    font-weight: light;
    font-style: normal;
    font-family: 'Segoi UI', Tahoma, Geneva, Verdana, sans-serif; /* Modern font family */
}