@charset "utf-8";
/* custom css route 424 */
/* Lettera di Presentazione - Famiglia Zanella e Lima */
@import url('/assets/css/files/loader.css');

body {
 font-size: 14px;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 line-height: 1.5;
}

h1 {
 margin: 0;
 padding: 0;
 text-align: center;
}

hr {
 margin-top: 20px;
 margin-bottom: 20px;
}

li {
 line-height: 2.0;
}

.bg-yellow {
 background-color: #ffff00;
}

.img-container {
 margin-top: 25px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10px;
}

.img-container img {
 height: 130px;
 border-radius: 50px;
}

.blue {
 color: blue;
}

.green {
 color: green;
}

.red {
 color: red;
}
