body{
    background-image: url("https://app.centralhome.hu/static/media/background_image.02ad257b.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    background-attachment: fixed;
    background-color: rgb(0, 0, 0);
    font-family: 'Noto Sans', sans-serif;
    color: white;
}

.info-button{
    text-align: right;
    padding-top: 25px;
    padding-right: 25px;
}

body.popup-open {
    overflow: hidden;
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999; 
}

  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #540010;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    max-width: 40%;
    max-height: 75%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; 

}

.popup-content::-webkit-scrollbar {
    width: 0;
    display: none;
}

.close-boton{
    text-align: right;
}

.popup-title{
    text-align: center;
    font-size: 28px;
}

.popup-text{
    text-align: center;
    margin: 25px auto;
    width: 90%;
}

.popup-bold{
    font-weight: bold;
}

.popup-bottom{
    height: 70px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header{
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 800;
    color: white;
    font-size: 22px;
    text-align: center;
}

.container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 150px;
    align-content: start;
    justify-content: space-around;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.logo{
    display: flex;
    margin-top: 100px;
    margin-left: 151px;
    margin-right: 151px;
}

.logo-text{
   text-align: center;
   margin-top: 0;
   font-size: 17px;
}

.bottom-text{
    text-align: center;
    font-size: 20px;
    margin-bottom: 100px;
}

.icon{
    height: 150px;
    width: 150px;
}

.id-none{
    display:none;
}


@media only screen and (max-width: 800px) {
    .container{
        margin-top: 100px;
        margin-bottom: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    .logo{
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .header{
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    .bottom-text{
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .icon{
        height: fit-content;
        width: fit-content;
    }
    .popup-content {
        max-width: 90%;
        min-width: 77%;
    }
    .popup-text{
        font-size: 13px;
    }
    .logo-text{
        margin-bottom: 50px;
    }
    .header{
        padding: 0px;
    }
    }

@media only screen and (max-width: 700px) {
    .icon{
        width: 93.75px;
        height: 93.75px;
    }

    .logo{
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .container{
        margin-top: 50px;
    }

    .header{
        font-size: 16px;
    }

    .logo-text{
        font-size: 14px;
    }

    .bottom-text{
        font-size: 14px;
    }
    .header{
        padding: 0px;
    }
    }

@media only screen and (max-width: 1000px) {
    .logo{
        margin-left: 25px;
        margin-right: 25px;
    }
    }


@media only screen and (max-width: 400px) {
    .bottom-text{
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .header{
        padding: 0px;
    }
    }
    