*{
    background-color: bisque
}
.tekst1{
    width: 630px;
}
p{
    margin: 25px;
}
img{
    width: 300px;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
nav{
    background-color: aquamarine;
}

