2022-03-25 11:08:07 +00:00
|
|
|
body {
|
2022-04-16 14:40:41 +00:00
|
|
|
background-color: rgb(5, 0, 11);
|
2022-03-25 11:08:07 +00:00
|
|
|
color: rgb(255, 150, 150);
|
|
|
|
text-align: center;
|
2022-04-16 14:40:41 +00:00
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
color : rgb(255, 40, 60);
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
width: 90%;
|
|
|
|
position: relative;
|
|
|
|
margin: auto;
|
|
|
|
align-self: center;
|
|
|
|
text-align: center;
|
|
|
|
border-color: rgb(60, 0, 90);
|
|
|
|
border-width: thick;
|
|
|
|
border-style: double;
|
|
|
|
background-color: rgb(21,0,31);
|
|
|
|
padding: 5px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color:rgb(150, 150, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
.borderless {
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.left {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
clear: left;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
float: right;
|
|
|
|
text-align: center;
|
|
|
|
clear: right;
|
|
|
|
width: 25%;
|
|
|
|
}
|