body{
  background: linear-gradient(to right, rgba(255,0,0,0), rgb(252, 85, 85))
}
object{
  width: 95%;
  height: 100%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.active {
    background-color: #4CAF50;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}
h1 {
    font-family: Georgia, serif;
    font-style: italic;
}
h3{
  text-align : center;
    vertical-align: middle;
    position :absolute; 
    left: 25%;
    font-family: Georgia, serif;
    font-style: italic;
}
h2{
  text-align : center;
    vertical-align: middle;
    position :absolute; 
    left: 25%;
    font-family: Georgia, serif;
    font-style: italic;
}
* {
    box-sizing: border-box;
    text-decoration: none;
  }
#right{
  justify-content: right;
}

  #connexion {
    position: relative;
    left: 950px;
  }
  #inscription {
    position: relative;
    left: 950px;
  }
  #log {
    position: absolute;
    left: 95%;
  }
  table, caption, th, td {
    border: 5px solid rgba(0, 89, 124, 0.596);
  }
  aside {
    position: relative;
  }