div.col2{
float: right;
width: 450px ;
text-align: justify;
margin-right: 10px;
color: blue;

}
div.col2 img{
float: right; 
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
div#header {
    position: fixed;
    top: 0;
    height: 10%;
    width: 100%;
    background-color: pink;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

div.menu > div.element > p {
    color: white;
}

h1, h2{
    color: #2f2f9d;
}

body{
    background-color: orange;
}


.menu {
    border-style: ridge;
    border-color: white;
    padding: 1%;
    background-color: green;
}
div#menu-esquerra-container {
    width: 15%;
    float: left;
    margin-top: 5%;
    margin-left: 0.5%;
    margin-top: 5%;
    margin-right: 1%;
    text-align: left;
}
div#menu-esquerra{
    margin-top: 2%;
}

div.col1{
    margin-top:5%;
    width: 40%;
}
div.col2 {
    margin-top: auto;
    width: 50%;
}

div.menu-dreta {
    background-color: green;
    float: right;
    width: 13%;
    margin-left: 0.5%;
    margin-top: 5%;
    margin-right: 1%;
    text-align: left;
}

/*div.element{
	position: relative;
	left: 40px;

}*/

/*.menu {
    border-style: dotted;
    border-color: white;
    padding: 1%;
}
.menu-esquerra {
    background-color: green;
    float: left;
    width: 13%;
    margin-right: 0.5%;
    margin-top: 5%;
    margin-left: 1%;
    text-align: left;
}
menu menu-esquerra{
    margin-left: 0.5%;
}
.menu-dreta {
    background-color: green;
    float: right;
    width: 13%;
    margin-left: 0.5%;
    margin-top: 5%;
    margin-right: 1%;
    text-align: left;
}
.menu menu-dreta {
    margin-left: 0.5%;
}
.element {
    margin-top: 5%;
}*/

/*div.dos {
    background-color: blue;
}

div.tres {
	background-color: yellow;
}

div.quatre {
	background-color: pink;
}*/