.nadpis{
    text-align: center;
    color: #F1F7ED;
    font-size: 50px;
    text-shadow: 1px 1px 10px #8b8b8b, 1px 1px 10px #fd2b2b;
}

#buttons{
    margin-top: -5px;
    margin-left: 370px;
    margin-right: 370px;
    justify-content: space-between;
    display: flex;
    text-align: center;
    font-size: 22px;
    color: #F1F7ED;
    font-style: normal;
    text-decoration: none;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
}

.hvr-shrink {
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 20px;
    text-align: center;
    font-size: 22px;
    color: #F1F7ED;
    font-style: normal;
    text-decoration: none;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  a{
    text-decoration: none !important;
    color: #a9aca8c3;
    transition: 0.5s;
}

a:link { 
    text-decoration: none; 
  } 
  a:visited { 
    text-decoration: none; 
  } 
  a:hover { 
    text-decoration: none; 
    color: #eeeeee;
    transition: 0.5s;
  } 
  a:active { 
    text-decoration: none; 
  }

.engine-title{
    text-align: center;
    padding-top: 45px;
    color: #F1F7ED;
    font-size: 30px;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    transition: 0.5s;
}

.engine-title-first{
    text-align: center;
    color: #F1F7ED;
    font-size: 30px;
    text-shadow:1px 1px 10px #a2a2a27c, 1px 1px 10px #8080806f;
    transition: 0.5s;
}


.engine-popis{
    text-align: center;
    color: #639A88;
    font-size: 20px;
    text-shadow:1px 1px 10px #e3e3e346, 1px 1px 10px #4442424e;
}


.engine-popis-vice{
    padding-top: 25px;
    text-align: center;
    color: #639A88;
    font-size: 20px;
    text-shadow:1px 1px 10px #e3e3e346, 1px 1px 10px #4442424e;
}

.main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body{
    background: hsla(5, 96%, 19%, 1);

background: linear-gradient(90deg, hsla(5, 96%, 19%, 1) 0%, hsla(30, 13%, 6%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(5, 96%, 19%, 1) 0%, hsla(30, 13%, 6%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(5, 96%, 19%, 1) 0%, hsla(30, 13%, 6%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#5F0A02", endColorstr="#110F0D", GradientType=1 );
}

.odkaz-zpet{
    padding-top: 65px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 50px;
    color: #F1F7ED;
    font-style: normal;
    text-decoration: none;
    text-shadow: 1px 1px 10px #b7b7b7, 1px 1px 10px #fd2b2b61;
}

.odkaz-zpet :visited{
    padding-top: 50px;
    text-align: center;
    font-size: 50px;
    color: #F1F7ED;
    font-style: normal;
    text-decoration: none;
    text-shadow: 1px 1px 10px #b7b7b7, 1px 1px 10px #fd2b2b61;
}

.my-picture{
    border-radius: 20px;
    transition: 0.5s;
    width: 40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    filter:brightness(70%)
}

.my-picture:hover{
    transition: 0.5s;
    width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    filter:brightness(100%)
}

.my-picture-last{
    border-radius: 20px;
    transition: 0.5s;
    width: 40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    filter:brightness(70%)
}

.my-picture-last:hover{
    transition: 0.5s;
    width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    filter:brightness(100%)
}