header {
    position: relative;
    top: 4%;
    text-align: center;
}

main {
    text-align: center;
}

.fb-video {

    width: 100%;
    margin: 0 auto;
    margin-bottom: 5%;
    height: 10%;

}

ul {

    width: 100%;

}
.fb-post {
    width: 100%;

    margin-bottom: 5%;
    height: 10%;

}

.link {
    width: 50%;
    margin: 0 auto;
}

.fb-videos {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;

}
#question {
    width: 50%;
    margin: 0 auto;
    color: darkred;
    text-align: justify;

}

#videos {
    display: flex;

    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;

    width: 50%;
}
ul {
    width: 300px;
    margin: 0 auto;
}
.whatsapp {
    color: #34d060;
}
#question p {
    padding-top: 0;
    margin-top: 0;
    font-size: 13pt;
}
#separate {
    width: 50%;
    padding-bottom: 0px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid white;
    margin: 0 auto;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    transition-duration: 0.3s;
}

.blog h3{
    margin-bottom: 1px;
    margin-top: 1px;
}

.blog:hover {
    background-color: whitesmoke;
    color: black;
}


.top-videa {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;

    flex-direction: column;

}
.gcse-search {
    width: 30%;
}
.searchbox {

    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
#topblogs {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    justify-content: center;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: monospace;
    color: black;

}

#bottom-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-top: 3%;

    padding-top: 0;
}

a {
    text-decoration: none;


}
.main-text {
    color: #868383;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: justify;
}


iframe {
margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}

.title {
    margin-bottom: 50px
}
#reference {
    width: 70%;
    margin-left: 14%;

    margin-bottom: 30px;
}

li {
    padding-right: 30px;
    text-align: justify;
    width: 100%;
    font-size: 13pt;
}


.button {
    width: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid white;
    margin: 0 auto;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    transition-duration: 0.3s;
}

.button:hover {
    background-color: whitesmoke;
    color: black;
}

#header-title {
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    width: 50%;
    margin: 0 auto;
}

#header-text {
    font-size: 13pt;
    width: 50%;
    color: white;
    margin: 0 auto;
    text-align: justify;

}

#ostatni-videa {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 50%;

}

@font-face {

    src: url("../../utility/RobotoCondensed-regular.ttf") format('truetype');

    font-family: myFontRegular;
}
.czflag {
    width: 65px;
    height: 40px;
    background-image: url("../../images/czflag.jpg");
    background-size: cover;
    margin-bottom: 10px;

}
#change-language{
    position: fixed;
    left: 0;
}
.enflag {
    width: 65px;
    height: 40px;
    background-image: url("../../images/enflag.png");
    background-size: cover;

}
.image {
    width: 50%;
}
footer {
    width: 100%;

    bottom: 0;
    position: relative;
    left: 0;
    padding-bottom: 1%;
    background-color: #000;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: white;
}
#footer-title {
    padding: 0;
    color: white;
    font-size: 14pt;
    text-align: center;
    position: relative;
    top: 10%;
    margin-bottom: 20px;
}
#video {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    overflow: hidden;




}
a {
    text-decoration: none;
    color: #34d060;
}
.footer-text {
    color: white;
    text-align: center;
    position: relative;
    top: 0%;
    font-size: 12pt;
}

.footer-text span {
    -webkit-text-stroke: 0.3px white;
}