.body {
    margin: opx;
    padding: 0px;    
}
.column{
    padding: 10px;
    height: 1000px;
    width: 100%;
    background-image: linear-gradient(rgba(46, 46, 57, 0.7),rgba(70, 47, 72, 0.7)), url(images/pehari2.jpg);
    background-position: center;
    background-size: cover;  
}
a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
} 
a:hover {
    background-color: #ddd;
    color: black;
}
.previous {
    background-color: #0c0c0c;
    color: rgb(251, 246, 246);
    font-size: 30px;
}
.next {
    background-color: #0b0b0b;
    color: white;
    font-size: 30px;
}
.round {
    border-radius: 50%;
} 
.column h1{
    text-align: center;
    color: rgb(253, 249, 249);
    text-shadow: 3px 3px 3px rgb(5, 5, 5) ;
}
#video{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
} 
.kolona h2{
    
    color: #ddd;
}
#myBtn {
 
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(12, 12, 12); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 25px; /* Increase font size */
}
  
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
#footer{
     background-color: rgb(189, 188, 188);
     color: rgb(70, 69, 69);
     padding-left: 20px; 
     padding: 10px;
     width: auto;
    }


@media screen and (min-width: 300px) and (max-width: 380px){
    .previous {
        background-color: #0c0c0c;
        color: rgb(251, 246, 246);
        font-size: 20px;
    }
    .next {
        background-color: #0b0b0b;
        color: white;
        font-size: 20px;
    }
    .column{
        height: auto;
        background-image: linear-gradient(rgba(46, 46, 57, 0.7),rgba(70, 47, 72, 0.7)), url(images/pehari2.jpg);
        background-position: center;
        background-size: cover; 
   }
   .column h1{
    text-align: center;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(253, 249, 249);
    text-shadow: 3px 3px 3px rgb(5, 5, 5) ;
}
    #video{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0px 20px 50px;
     }   
}
@media screen and (min-width: 381px) and (max-width: 480px){
    .previous {
        background-color: #0c0c0c;
        color: rgb(251, 246, 246);
        font-size: 20px;
    }
    .next {
        background-color: #0b0b0b;
        color: white;
        font-size: 20px;
    }
    .column{
        height: auto;
        background-image: linear-gradient(rgba(46, 46, 57, 0.7),rgba(70, 47, 72, 0.7)), url(images/pehari2.jpg);
        background-position: center;
        background-size: cover; 
   }
   .column h1{
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(253, 249, 249);
    text-shadow: 3px 3px 3px rgb(5, 5, 5) ;
}
    #video{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0px 20px 90px;
     }     
}
@media screen and (min-width: 481px) and (max-width: 600px){
    .previous {
        background-color: #0c0c0c;
        color: rgb(251, 246, 246);
        font-size: 25px;
    }
    .next {
        background-color: #0b0b0b;
        color: white;
        font-size: 25px;
    }
    .column{
        height: auto;
        background-image: linear-gradient(rgba(46, 46, 57, 0.7),rgba(70, 47, 72, 0.7)), url(images/pehari2.jpg);
        background-position: center;
        background-size: cover; 
   }
   .column h1{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(253, 249, 249);
    text-shadow: 3px 3px 3px rgb(5, 5, 5) ;
}
    #video{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0px 20px 150px;
     }       
}
@media screen and (min-width: 600px) and (max-width: 786px){
    .previous {
        background-color: #0c0c0c;
        color: rgb(251, 246, 246);
        font-size: 30px;
    }
    .next {
        background-color: #0b0b0b;
        color: white;
        font-size: 30px;
    }
    .column{
        height: auto;
        background-image: linear-gradient(rgba(46, 46, 57, 0.7),rgba(70, 47, 72, 0.7)), url(images/pehari2.jpg);
        background-position: center;
        background-size: cover; 
   }
   .column h1{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(253, 249, 249);
    text-shadow: 3px 3px 3px rgb(5, 5, 5) ;
}
    #video{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0px 20px 250px;
     }       
}
@media screen and (min-width: 787px) and (max-width: 844px){
    .previous {
        background-color: #0c0c0c;
        color: rgb(251, 246, 246);
        font-size: 30px;
    }
    .next {
        background-color: #0b0b0b;
        color: white;
        font-size: 30px;
    }
    .column{
        height: auto;
        background-image: linear-gradient(rgba(46, 46, 57, 0.7),rgba(70, 47, 72, 0.7)), url(images/pehari2.jpg);
        background-position: center;
        background-size: cover; 
   }
   .column h1{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(253, 249, 249);
    text-shadow: 3px 3px 3px rgb(5, 5, 5) ;
}
    #video{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0px 20px 200px;
     }       
}
