body {
  background-color: black;
  color: white;
  margin:0 auto;
  height: 100%;
  width: 100%;
  background: url(./images/space_bg2.gif);
  background-repeat: repeat;}

h1 {
  font-family: palatino, serif;
  font-size: 20px;
}

#disclaimer{
  color:goldenrod;
  }

#important{
  color:lightskyblue;
  }

#things{
  color:orchid;
  }
  
#logs{
  color:forestgreen;
  }

#log{margin-bottom:1em;}

#devscroll {
  overflow-y: scroll;
}

main {
  display: flex;
  justify-content:center;
  text-decoration: none;
}

#gauche {
    background-color: black;
    margin-top: 6%;
    text-align:center;
    width:40%;
    padding:2%;
    display:inline-block;
    margin-right:2%;
}

#droite {
    background-color: black;
    margin-top: 6%;
    text-align:center;
    width:40%;
    padding:2%;
    display:inline-block;
}
#gauche p {
  text-align:center;
  }
header{
  opacity:0;
  }
  
.date {
  color:FireBrick;
  font-weight:bold;
  }
p{
  text-align:left;
  font-weight: normal;
  }
#todo{
  border: 1px solid white;
  font-size:11px;
  padding: 1.5em;
  text-align: left;
  list-style-type: square;
  width : 35%;
  margin: 0 auto;
}
#todo h2 {
  text-align:center;
  }
ul li:before
{
    content: '+';
    margin: 0 1em;
}

.button{
  transition: transform .2s;
  }
.buttons img:hover {
  transform: scale(1.1);
}

.rainbow-text {
	font-family: Arial;
	font-weight: bold;
	text-shadow: #A3A3A3 1px 1px 1px;
	font-size: 13px;
}
.rainbow-text .block-line > span {
	display: inline-block;
}