
@font-face {
    font-family: ProximusRegular;
    src: url('https://cdn.pickx.be/fonts/varnish/Proximus-Regular.woff2') format("truetype");
    font-weight: normal;
    font-style: normal;
}

body{
    background-image: url('https://cdn.pickx.be/images/placeholder_animation.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    position: relative; 
    font-family: ProximusRegular, Verdana, Helvetica, sans-serif;
    color: white;
    line-height: 25px;
}

.container{
    position: relative;
    height: 100vh;
}

.inside-container {
    height: 100vh; 
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.px-logo{
    width: 280px;
    padding-top: 20px;
    margin-bottom: 40px
}

a{
    text-decoration: none;
    color: inherit;
    transition: all 200ms ease-in;
}

a:hover{
    text-decoration: none;
    color: white;
}

.pix-btn {
    background-color: #685788;
    border-radius: 3px;
    border-bottom-right-radius: 14px;
    padding: 1rem 1.5rem;
    margin-right: 20px;
}

.footer{
    text-align: right;
    color:rgba(255,255,255, 0.5);
    padding-right: 50px;
    padding-left: 50px;
    bottom: 100px;
    position: absolute;
    right: 0;
}

.px-icon img{
    height: 20px;
    margin-bottom: -4px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container{
        padding:20px;
    }

    .px-logo{
        width: 200px;
    }

    .pix-btn{
        display:inline-block;
        padding: 0.6rem 0.6rem;
        margin-right: 10px;
    }
    
    .button-selection {
        margin-bottom: 80px;
    }
}