* {
    box-sizing: border-box;
    padding: 2px;
    margin: 4px;
}

body {
    background: rgb(32, 167, 221);
}

h1 {
    padding: 5px;
    margin: 5px;
    font-size: 40px;
    text-align: center;
    color: rgb(22, 73, 94);
}

.container {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    border: 2px solid rgb(247, 165, 14);
}

.zasloni {
    background: rgb(238, 222, 169);
    width: 400px;
    height: 850px;
    border: 2px solid rgb(41, 146, 190);
  
}
ul li{
    list-style: none;
}
ul li a{
    text-decoration: none;
    list-style: none;
    font-weight: bolder;
    color: rgb(22, 73, 94);
    font-size: 25px;
    

}
.m3{
    text-decoration:underline;
}
img{
    background-size: cover;
}

#img1 {
    background-image: url(images/samara2NB.jpg);
}

#img2 {
    background-image: url(images/plana_manastirishte1.11.2.jpg);
}