.div2{
    border: solid;
    height: 800px;
    width: 200px;
   background-color: chartreuse;
}
body{
    background-color: antiquewhite;
}
#image{
    height: 150px;
    width: 150px;
    margin-left: 20px;
    border-radius: 70px;
}
.texte{
    font-size: 30px;
    margin-left: 40px;
}
.iso{
    display: inline-flex;
    position: absolute;
    right: 0;
    width: 100px;
    margin-left: 60px;
}
#globe{
    height: 40px;
    width: 40px;
    border-radius: 0px;
}
a{
    text-decoration: none;
    color: brown;
}
.positioned{
    display: inline-flex;
    color: blueviolet;
    position: fixed;
    top: 0;
    width: 500px;
    margin-left:  500px;
    text-decoration: underline;
    font-size: 20px;
}
.sah{
    /* display: inline-block; */
    position: absolute; top: 30px; left: 200px;
    margin-left: 20px;
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 10px; */
}
p{
    font-size: 20px;
}