@font-face {
  font-family: 'Oldenglish';
  src: url('Oldenglish.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
color: rgb(50, 50, 50);
max-width: 700px;
margin: 0 auto;
text-align: center;

}

img {
  display: block;
  margin: 0 auto;
  margin-right: 10px;
  margin-top: 10px;
  width: 200px;
  float:left;
  opacity: 10%;
}

div:has(> blockquote) {
  margin: 15px auto;
  padding: 15px;
  padding-left: 40px;
  border-radius: 5px;
}

a {
  color: rgb(21, 21, 21);  
  text-decoration: none; 
  padding: 0 2px;  
  transition: background-color 0.3s ease;
  background-color: #d0ffdc;
}

a:hover {
  text-decoration: wavy underline;
  text-decoration-color: #adddb5;
}

.interview {
  font-size: 15px;
  font-style: italic;
  text-align: right;
}

.question {
  font-size: 50px;
  font-family: 'Oldenglish', serif;
  text-align: right;
}

.question2{
  font-size: 40px;
  font-family: 'Oldenglish', serif;
  text-align: right;
}

.question3{
  font-size: 30px;
  font-family: 'Oldenglish', serif;
  text-align: right;
}

.text {
  text-align: justify;
  margin: auto;
  max-width: 500px;

}



.comment-hover {
  position: relative;
  color: #05613c;
  background-color: #ccffd9;
  cursor: pointer;
}

.tooltip {
  display: none;
  position: fixed;
  top: 150px;
  left: 1030px;
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  border: none;

  font-size: 12px;
  color: #77d9b2;
  text-align: center;

  box-shadow:
    0 0 12px 4px #c5ffd9, 
    inset 0 0 8px 3px#c5ffd9; /*dentro*/
}


.comment-hover:hover .tooltip {
  display: block;
}



.title {
  font-size: 30px;
   text-align: left; 
   margin-left: 90px;
}

.bigger{
  font-size: 20px;
}

.name {
  font-size: 25px;
}

@media print {
  .tooltip {
    display: block;
    position: relative; 
    top: 0;
    left: 0;
    float: right;
    margin-right: -130px;

  width: 90px;
  padding: 10px;
  border-radius: 8px;
  border: none;

  font-size: 10px;
  color: #449476;
  text-align: center;

    border: 4px dotted #c5ffd9;
    background-color: #f0fff5 !important;
    box-shadow: none;
    
    background-image: radial-gradient(circle, #c5ffd9 20%, transparent 20%);
    background-size: 4px 4px;
  }
}



  .comment {
  position: relative;
  color:  rgb(48, 64, 46);
  background-color: #ccffd9;
  }

a[href]:after {
	content: ' (' attr(href) ')';
  color: rgb(1, 93, 39);
  background-color: #ffffff;
  font-size: 12px;
}
