/* style.css */
body {
  width: 100%;
  margin: auto;
  max-width: 965px;
  background-color: #ffffff;
  /* #181818;*/
  background-image: url("sfondo.jpg");
  min-width: 700px;
  font-size: 100%;
}

* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000000;
}


h1 {
  color: #333333; /* Dark gray */
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
}

h2 {
  color: #444444; /* Dark gray */
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

h3 {
  color: #555555; /* Dark gray */
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 1.5;
   background-color: #f2f2f2; /* Light gray */
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
}





.doctorante {
  color: #191970;
  font-size: 20px;
}

strong {
  font-weight: bold;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:active {
  color: #ff0000;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.bounding_photo {
  color: black;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
  background-image: url("sfondo.jpg");
  background-size: cover;
  background-position: right;
  height: 45%;
}

#photo {
  float: right;
  height: 204px;
  border-radius: 5px;
}

.imageflottante {
  float: left;
}

figure {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Menu navigation */

nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

nav ul {
  list-style-type: none;
}

nav li {
  display: inline-block;
  margin-right: 12px;
}

nav a, .here {
  font-size: 20px;
  text-decoration: none;
}

nav a:hover {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

nav a:active {
  color: #ff0000;
  border-bottom: 3px solid #ff0000;
}

/* Additional styles for the .highlight class */
p .highlight {
  color: #0066cc;
  font-weight: normal;
 /* background-color: #f2f2f2;*/
  padding: 2px 4px;
  border-radius: 3px;
}