@font-face {
font-family: pixel;
src: url(./PIXELADE.TTF);
}
body{
background-color: black;
font-family: pixel;
font-size: 123%;
background-image: url("./img/back.png");
}
h1{
color: #00aaff;
font-size: 180%;
text-align: center;
margin: 0px;
}
.box{
background-color: #e0dfde;
border-radius: 2px;
margin: auto;
margin-top: 2vw;
width: 40%;
border: 24px solid #e0dfde;
text-align: left;
background-color: rgba(0, 0, 0, .7);
color: white;
padding: 8px;
padding-left: 16px;
}
.box h1{
text-align: center;
}
ul{
padding: 0;
}
li{
list-style-type: none;
}
li:before {
content: ">> ";
}
a{
color: white;
text-decoration: none;
}
a:hover{
color: #00aaff;
}
p.section{
text-decoration: underline;
font-weight: bold;
}
p.footer{
margin-bottom: 0px;
}
