<style>
a:link {
    color: rgb(200, 85, 3);
    background-color: transparent;
    text-decoration: none;
}
a:visited{
    color: rgb(56, 152, 33);
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color:  rgb(221, 49, 49);
    background-color: transparent;
    text-decoration: underline;
    
}
a:active {
    color: rgb(28, 157, 140);
    background-color: transparent;
    text-decoration: none;}



body{background-color: #FFE2B7;
    margin:0px;
    padding:0px;
    
    
}
.odsadenie{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

header{
background-color: #FFA085;
height: 8vh;
}

nav{
    background-color: #FFC5A4;
    height: 10vh;
}

main{
    background-color: #FFF2CE;
    height: 75vh;
    overflow: auto;
    padding-left: 10px;
    
}

footer{
    background-color: #FFE2B7;
height: 7vh;}

@media(min-width:481px){
    .kontajner{
        display: flex;
        width:100vw;
        flex-direction: row;
    }
nav{height: 85vh;
    width: 10vw;
    box-sizing: border-box;


}
main{height: 85vh;
box-sizing: border-box;
flex-grow: 1;
}
}

#mojafotka {
    width: 130px;
    height: auto;
    float: right;
    margin-left: 20px;
    margin-right: 60px;
    margin-bottom: 10px; 
    margin-top: 20px;
    border: 5px solid #FFA085; 
}
#fotky {
    width: 399px;
    height: auto;
    float: right;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 10px; 
    margin-top: 20px;
    border: 5px solid #FFA085; 
}

#fotkyportfolio {
    
    width: 250px;
    height: auto;

    margin: 10px;
    border-radius: 8px;
     
}

.portfolio{
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 20px;
width: 100%;

}

.portfoliovlavo {
flex-shrink: 0;
width: 350px;
}

.portfoliovpravo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}


header h1, header h2{
    margin: 0;
    padding: 10px 20px;
}
video {
    max-width: 250px;
    height: auto;
    display:block;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
    background-color: #FFE2B7;
    border: 5px solid rgb(56, 152, 33);
    padding: 12px 20px;
    width: fit-content;
}
</style>
