body {
    display: block;
}

.content {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    margin-bottom: 80px;
    padding-top: 0px !important
}

.carousel {
    width: 100% !important;
    user-select: none;
    margin-bottom: 30px;
}

.uvod {
    margin: auto;
    font-family: Jost, Arial;
    width: 1300px;
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

.uvod h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.uvod p {
    font-size: 20px;
}

.leftPanel {
    width: 80%;
    padding-right: 50px;
}

.rightPanel img {
    width: 250px;
    height: auto;
}

.rightPanel {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerContent {
    margin-bottom: 50px;
}

.buttonSHP {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-family: Jost, Arial, sans-serif;
    font-size: 30px;
    color: #333;
    transition: all 0.1s ease;
    box-shadow: 3px 3px #8b8b8b;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 25px;
    z-index: 123;
}

.buttonSHP:hover {
    color: white;
    background-color: #60dfff;
    box-shadow: 3px 3px #2b7f94;
    border: 1px solid #60dfff;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
}

@media screen and (max-width: 1365px) {
    .content {
        width: 100%;
    }

    .uvod {
        width: 80%;
    }

}

@media screen and (max-width: 1000px) {
    .rightPanel {
        display: none;
    }

    .leftPanel {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 710px) {
    .buttonSHP {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #ffffff;
        cursor: pointer;
        text-align: center;
        font-family: Jost, Arial, sans-serif;
        font-size: 18px;
        color: #333;
        transition: all 0.1s ease;
        box-shadow: 3px 3px #8b8b8b;
        padding: 10px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 25px;
        z-index: 123;
    }
}

@media screen and (max-width: 500px) {
    .buttonSHP {
        margin-top: 10px;
        font-size: 15px;
    }
}