/*
 * summarizor-website - The summarizor.com website.
 * Copyright (C) 2025  SUMMARIZOR
 *     contact@summarizor.com
 *     Tel. +33 (0) 640 954 245
 *
 * This file is part of summarizor-website.
 *
 * summarizor-website is non-exclusive, non-transferable, non-redistributable.
 *
 * summarizor-website is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
/*@font-face {
  font-family: 'Discognate';
  src: url('../fonts/Discognate.ttf');*/

body {
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 15px;
  background-color:#FFFFFF;
  text-align:justify;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:25px;
  margin-left:25px;
  line-height: 22px;
}

p{
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 15px;
  background-color:#FFFFFF;
  text-align:justify;
  font-size: 15px;
  margin-right:20px;
  margin-left:20px;
  line-height: 22px;
}

h1{
  color:#bb0b32;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  line-height: 25px;
  text-align:center;
}

h2{
  color:#000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 25px;
}

h3{
  color:#333333;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 25px;
}

a:link { color: #585858;  text-decoration: none;}
a:visited { color: #585858;  text-decoration: none;}
a:hover { color: blue; text-decoration: none; }


footer{
  text-align:justify;
  background-color:#000000;
  margin-top:100px;
  padding-left:120px;
  padding-right:100px;
  font-size: 14px;
  color:#FFFFFF;
}

img.displayed{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-style: double;
  border-width: medium;
}

img.loop{
  position: absolute;
  right: 10px;
}

img.left{
  position: absolute;
  left: 20px;
}
img.logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.center {text-align:center;}

h1.interface {text-align:left;}

ul, ol, dl {
  font-size: 0.98em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}