
/* BASICS */

body{
  text-align:center;
	font-family:"Audiowide",sans-serif;
	margin:10;
	font-size:16px;
	line-height:150%;
	background-color:#fcfafc;
	background-image:url(/bg.png);
	background-attachment: fixed;
	background-size:cover;
	color:#fcfafc;
	word-wrap: break-word;
}

header {
    text-align:center;
    font-family:'Rock 3D';
	  line-height:100%;
		font-size:280%;
		margin:10px 10px;
		padding:10px 10px;
		text-transform:uppercase;
		color:#fcfafc;
}

.main{
  background-color:#3023de;
  margin:10px auto;
  display:inline-block;
}

article{
  background-color:#c20811;
  margin:10px 350px;
}

aside{
  margin:10px auto;
  background-color:#fcba03;
  display:inline-block;
  width:250px;
}

.ttl{
  background-color:#159432;
  font-size:20px;
  color: #000000;
  text-align:center; 
  padding:2px;
  margin:10px 200px;
}
		
li {
    list-style:bold;
}

a {
    text-decoration: none;
    color: #fcc705;
    transition: 0,3s;
}

a:hover {
    color: #f53b3b
}

flex {
  display:flex;
  justify-content: center;
}

h1, h2, h3 {
    text-transform: uppercase;
}