
@font-face {
    font-family: LuckiestGuy;
    src: url(LuckiestGuy-Regular.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

header{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
    height: 10%;
    top: 0;
    left: 0%;

}
.logo{
    position: relative;
    height: 500%;
width: 12%;
top: -200%;
}
    
header ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
}

header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    margin: 0 20px;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: LuckiestGuy;
    font-size: 200%;
}
.Ve_Stredu{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    width: 50%;
}
.monke{
    position: relative;
    margin-top: 10%;
    width: 25%;
    margin-left: 25%;
}
.sloupec{
    padding: 10px;
      margin: 20px;
      float: right;
      height: 400px;
      border-style: solid;
      border-color: lightgray;
      border-radius: 10px;
      position: relative;
      display: block;
      margin-left: auto;
      margin-top: 10%;
      width: 25%;
      margin-right: 25%;
      background-color: #232D3F;
    }
h1{
text-align: center;
font-family: LuckiestGuy;
color: #ffffff;
letter-spacing: 2px;
text-decoration: none;
}
p{
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    }
.sloupec1{
        padding: 10px;
          margin: 20px;
          float: right;
          height: 800px;
          border-style: solid;
          border-color: lightgray;
          border-radius: 10px;
          position: relative;
          display: block;
          margin-left: auto;
          margin-top: 10%;
          margin-left: 20%;
          width: 60%;
          margin-right: 20%;
          background-color: #232D3F;
        }
 h2{
            text-align: center;
            font-family: LuckiestGuy;
            color: #ffffff;
            letter-spacing: 2px;
            text-decoration: none;
            font-size: medium;
        }
.imgmonke{
            position: relative;
            margin-top: 10%;
            width: 25%;
            margin-left: 5%;
        }
footer{
    background-color: #232D3F;
    padding: 20px;
    position: relative;
}
.footerText{
color: #ffffff;
text-align: center;
}