body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('bg5.webp') no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 31pt;
    margin-bottom: 10px;
    font-weight: 500;
}

a{
    color:white;
}
p {
    margin: 10px 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 5px 0;
}


@media (max-width:767px){
        h1{
            margin-top: -150px !important;
            font-size: 2em;
        }

    #leva{
        bottom: 30px !important;
        position: absolute;
        left: 30px  !important;
    }
    #prava{
        bottom: 30px  !important;
        position: absolute;
        right: 30px  !important;
    }
    p,li{
        font-size: 1.1rem !important;

    }
}


@media (max-width:422px){
    h1{
        margin-top: -150px !important;
        font-size: 1.5em;
    }

    p,li{
        font-size: 1rem !important;

    }
}