.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.logo_img {
    width: 150px;
    height: 150px;
    margin-bottom: 16px;
}

.app_name {
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 48px;
}

.app_store_btn {
    margin-bottom: 20px;
}

.btn_img {
    width: 150px;
    height: 65px;
}