:root
{
    --background-color:#FFF;
}

*
{
    margin: 0;
    padding: 0;
}

html
{
    background-color: var(--background-color);
}

html::-webkit-scrollbar
{
    display: none;
}

#main_content_right,#main_content_left
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columns
{
    padding: 0;
}

.column
{
    padding-bottom: 0;
}

#main_content_right_img
{
    width: 95%;
    height: 95%;

    background: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

#main_content_left_text
{
    width: 95%;
}

#main_content_left_text>div>*
{
    margin: 20px auto;
    display: block;
    text-align: center;
}

.download_logo
{
    height: 40px;
}

.donwnload_area
{
    padding-top: 20px;
    width: 450px;
}

.line_div
{
    padding-top: 20px;
    width: 400px;

    font-size: 10px;
    color: #AAA;

    display: flex !important;
    justify-content: center;
    align-items: center;
}

.line_div_line
{
    width: 35%;
    height: 2px;
    background-color: #CCC;
    margin: 10px;
}

.social_media_area
{
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.social_media_area_icon
{
    font-size: 22px;
    color: #AAA;
    margin: 10px;
}

.social_media_area_icon:hover
{
    transform: all 0.2s ease-in-out;
    color: #666;
}

.footer_text
{
    font-size: 13px;
    color: #AAA;
}

.footer_text>a
{
    font-size: 13px;
    color: #999;
}

.footer_text>a:hover
{
    transform: all 0.2s ease-in-out;
    color: #666;
}

.donwload_icon
{
    margin: 0 auto;
    width: 140px;
    height: 40px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F2F2F2;
    border-radius: 100px;
    font-size: 10px;
}

@media screen and (max-width:1050px)
{
    .display_on_desktop
    {
        display: none;
    }

    .donwnload_area,.line_div
    {
        width: 100%;
    }
}
