*{
    box-sizing: border-box;
}
body{
    margin: 0;
    background-color: rgb(255, 255, 255);
    line-height: 1,4;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
    
}

.row-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: flex;
  flex-direction: row;
}
.row-1 ul{
    display: flex;
    margin-right: 100px;
}
.row-1 ul li{
    list-style-type: none;
    margin: 2px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 10px;
}
.row-1 img{
    width: 100px;
    height: 100px;
    margin: 5px;
    margin-left: 10px;
}
header{
    background-color: #8b8b8b;
    padding-top: 30px;
    flex-direction: column;

 
}
.row-1 ul li a{
    text-decoration: none;
    color: white;
    
}
.row-1 ul li a:hover{
    text-decoration: none;
    color: rgb(90, 89, 88);
}
.row-1 h1{
    color: white;
    font-size: 30px;
}
.container{
    flex-basis: 960px;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 70px;
}

.row-2{
    display: flex;
    justify-content: space-between;
}
.okvir img{
    width: 400px;
    height: 400px;
    display: block;
    margin: 0 auto;
}
article{
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: white;
    border-radius: 2%;
    margin-top: 15px;
    border:2px #262c33;
    height: 900px;
    width: 900px;
    margin: auto;
  width: 50%;
  border: 3px solid rgb(0, 0, 0);
  padding: 10px;
    
}
.row-3{
    display: flex;
    justify-content: space-between;
}

footer{
    background-color:rgb(90, 89, 88); 
    color: white;
}