p.rob {
    font-family: "Roboto", Robotoi; font-size:140%; line-height:120%; color: black;
}
p.robin {
    font-family: "Roboto", Robotoi; font-size:120%; line-height: 150%; color: black; text-indent: 30px;
}

ul.rob {
    font-family: "Roboto", Robotoi; font-size:140%; line-height:120%; color: black;
}

ol.rob {
    font-family: "Roboto", Robotoi; font-size:140%; line-height:140%; color: black;
}

p.serif {
    font-family: "Garamond", Garamond,serif; font-size:150%; line-height: 110%; color: black;
}

p.arial {
    font-family: "arial", Arialf; font-size:150%; line-height: 110%; color: black;
}

p.arials {
    font-family: "arial", Arialf; font-size:100%; line-height: 100%; color: black;
}

ol.serif {
    font-family: "Garamond", Garamond, serif; font-size:150%; line-height: 110%; color: black;
}

ul.serif {
    font-family: "Garamond", Garamond, serif; font-size:150%; line-height: 110%; color: black;
}

ul.arial {
    font-family: "Arial", Arial; font-size:130%; line-height: 110%; color: black;
}

h.a {
    font-family: "Arial", Arial,  font-size:180%; line-height: 110%; color: black;
}



div.a {
  text-align: center;
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
}

div.c {
  text-align: justify;
}

img.r50 {
  border-radius: 50%;
}

img.c {
    display: center
}

p.one:hover + img{
    display: block;
}

p.two:hover img{
    display: block;
}

em.two:hover img{
    display: block;
}

em.two:hover {
  color: blue ;
  background-color: #eeccff ;
}

.flag {
  vertical-align: middle;
  width: 50px;
  height: 40px;
  border-radius: 50%;
}

div.linea {
  line-height: normal;
}

div.lineb {
  line-height: 1.6;
}

div.linec {
  line-height: 80%;
}

div.lined {
  line-height: 200%;
}


function myFunction() {
  /* Get the text field */
  var copyText = document.getElementById("myInput");

  /* Select the text field */
  copyText.select();
  copyText.setSelectionRange(0, 99999); /* For mobile devices */

  /* Copy the text inside the text field */
  navigator.clipboard.writeText(copyText.value);
  
  /* Alert the copied text */
  alert("Copied the text: " + copyText.value);
}


f


