body{
    font-family: "Montserrat", "Helvetica Neue", Arial, Sans-Serif;
    font-weight: 500;
}

.page-text ul{
    list-style: disc;
    padding: 0 0 0px 40px;
    margin-bottom: 25px;
}

h1{
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: 800;
}


h2{
    font-size: 30px;
    text-align: center;
    line-height: 44px;
    font-weight: 700;
}

h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}

.page-campanie, p{
    font-size: 16px;
    line-height: 30px;
}

.prizes img{
    width: 100%;
    cursor: pointer;
}

.multiple_prizes{
    display: none;
}







.prizes {
    display: flex;
    flex-direction: column;
}

.image-container {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    opacity: 1;
    filter: none;
    transition: opacity 0.3s, filter 0.3s;
}

.image-container.dimmed {
    opacity: 0.5;
    filter: grayscale(100%);
}

.image-container img {
    height: auto;
}









strong{
    font-weight: 700;
}

.page-text p a{
    color: #b32067;
}

.page-text p a:hover{
    text-decoration: underline;
}

 table{
    border-collapse: collapse;
}

.page-text table, .page-text th, .page-text td {
    border: 1px solid #d9d9d9;
    word-break: break-word;
}

.page-text td{
    padding: 5px;
}