body {
    background-color: #efefef;
}

.ramecek {
    font-family: Courier New, alternativa – Courier, monospace;
    width: 940px;
    height: 720px;
    background-color:  #ffffff;
    border-style: double;
    margin-right: auto;
    margin-left: auto;
}

.ramecek img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2%;
    margin-bottom: 3%;
}

.menu {
    text-align: center;
    word-spacing: 10px;
    border-bottom: 1px solid;
    border-top: 2px solid;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.menu a {
    text-decoration: none;
    color: black;
    }

.menu a:hover {
  color: #cc3333;  
}

.fotky {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1%;
}

.fotky img {
    width: 22%;
}

.Spodnitext {
    text-align: center;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
}