﻿#public {
    margin: 0 !important;
    height: 100% !important;
    background: url(assets/background.svg) no-repeat !important;
    background-size: cover !important;
}

.MainBlock {
    margin-top: 20%;
}

.Mainpage-logo {
    max-width: 650px;
    margin-left: -4.5rem;
}

.Connect {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.Post {
    display: block;
    font-family: Inter;
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

    .Post:hover {
        color: blue;
    }

.PlayMarketButton {
    width: 200px;
    height: 100px;
    cursor: pointer;
}

.PolicyLink {
    font-family: Inter;
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

    .PolicyLink:hover {
        color: blue;
    }

.ContentContainer {
    margin: 0 0 0 50%;
}

.PolicyLinkPlacement {
    text-align: left;
}

@media (max-width: 1199px) {
    .Mainpage-logo {
        max-width: 400px;
        margin-left: -2.5rem;
    }

    .MainBlock {
        margin-top: 30%;
    }

    .ContentContainer {
        margin: 0 0 0 40%;
    }

    .PolicyLinkPlacement {
        text-align: left;
    }
}

@media (max-width: 991px) {
    body {
        background: url(assets/background-mobile.svg) no-repeat !important;
        background-size: cover !important;
    }

    .Mainpage-logo {
        max-width: 350px;
        margin-left: 0;
    }

    .MainBlock {
        margin-top: 40%;
        text-align: center;
    }

    .ContentContainer {
        margin: 0 0 0 30%;
    }

    .PolicyLinkPlacement {
        text-align: center;
    }
}

@media (max-width: 767px) {
    body {
        background: url(assets/background-mobile.svg) no-repeat !important;
        background-size: cover !important;
    }

    .MainBlock {
        text-align: center;
        margin-top: 40%;
    }

    .Mainpage-logo {
        max-width: 300px;
        margin-left: 0;
    }

    .Connect {
        text-align: center;
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
    }

    .Post {
        display: block;
        text-align: center;
        font-family: Inter;
        color: black;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 35px;
        text-decoration-line: underline;
        text-transform: uppercase;
    }

    .ContentContainer {
        margin: 0 0 0 auto;
    }

    .PolicyLinkPlacement {
        text-align: center;
    }
}
