/* DANNY SHELF.ORG STYLE /*
/* AUTHOR: Daniele Corsini /*
/* LICENSE: CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL /*

/* GLOBAL STYLING */

html,
body {
       background-image: url("/assets/img/city.gif");
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       font-family: Arial, Helvetica, sans-serif; color: black;
}
a:link {
       color: #1E90FF; 
       background-color:transparent; 
       text-decoration:underline;
}
a:visited {
       color: #191970;
       background-color:transparent;
       text-decoration:underline;
}
a:hover {
       cursor: pointer;
       color: #6A5ACD;
       text-decoration:underline;
}
a:active {
       color: #32CD32;
       text-decoration:underline;
}
h1 {
       color:blue;
}
h2 {  
       color:blue; 
       font-family:Arial; 
       font-size:150%;
}
.window {
      background-color: white;
}
.gif-container {
    position: absolute;
    top: 100px;
    left: 900px; /* posizione accanto alla finestra */
    display: flex;
    padding: 10px;
}
.gif-container img {
    width: 50px; /* adattare la dimensione della GIF */
    height: 50px;
}
img { 
      max-width: 100%;
      height: auto;
}
  
  