body {
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
    color: #333;
}

.logo-container {
    box-shadow: 0 0 15px -5px #000;
    width: 150px;
    height: 150px;
    background: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 50%;
    margin: 0px auto;
}

.logo {
    width: 100%; /* Adjust the width as needed */
    height: auto;
    display: block;
    margin: 0 auto;
}

.title {
    font-size: 36px;
    margin: 20px 0;
}

.subtext {
    font-size: 18px;
    margin: 10px 0;
}
