
body{background-image: url(img/bg.jpg);
    margin:0px;
    padding:5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
header{
	margin: 5px;
	padding: 3px;
	background-color: rgba(255, 91, 132, 0.7);
	border: solid rgb(97, 23, 41) 5px;
	border-radius: 20px;
	
}
nav{
	margin: 5px;
	padding: 3px;
	background-color: rgba(167, 252, 155, 0.7);
	border: solid rgb(44, 70, 48) 5px;
	border-radius: 20px;

}
main{
	margin: 5px;
	padding: 3px;
	background-color: rgba(255, 251, 214, 0.842);
	border: solid rgb(240, 189, 79) 5px;
	border-radius: 20px;


}
footer{
	margin: 5px;
	padding: 3px;
	background-color: rgba(68, 194, 216, 0.7);
	border: solid rgb(10, 47, 88) 5px;
	border-radius: 20px;




	}
header{
    height: 10vh;
	text-align: center;
    color: rgb(150, 8, 67);
	
}

.kontajner{
    width: 100vw;
}
nav{
    height: 7vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	

}
main{
    height: 73vh;
    overflow: auto;
	width: 70vw;
}
footer{

    height: 7vh;}
@media(min-width:481px){
    .kontajner{
        display: flex;
        flex-direction: row;
        width: 100vw;
    }
    nav,main{
        height: 80vh;
        box-sizing: border-box;
    }
	nav{
		display: flex;
		flex-direction: column;
		justify-content: flex-start
	}
    main{
        flex-grow: 1;
    }
}
img{
	height:50vh
}

img{
	
	height:50vh
}
