body {
    width: 100%;
    height: 100%;
    background-color: black;
    margin: 0 auto;
}

.body_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_container {
    display: flex;
    justify-content: center;
    padding: 30px;
}

.app_icon {
    width: 400px;
    height: 400px;
    border-radius: 10%;
    border: 5px solid #FFFFFF;
}

.badge_container {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.app_store_badge {
    object-fit: contain;
    max-width: 100%;
    height: 100px;
    margin-right: 30px;
}

.google_play_badge {
    object-fit: contain;
    max-width: 100%;
    height: 100px;
    margin-left: 30px;
}

a {
    text-decoration: none;
}

h1 {
    text-align: center;
}

.privacy_policy_container {
    position: relative;
    top: 90%;
}