2023-06-07 09:53:21 +00:00
|
|
|
@media screen and (min-aspect-ratio: 1) {
|
|
|
|
.centercubeplease{
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-29 11:02:36 +00:00
|
|
|
body{
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #000000;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#index{
|
|
|
|
background-image: url("background/index.png");
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
2023-06-07 09:53:21 +00:00
|
|
|
#index .centercubeplease{
|
2021-12-29 11:02:36 +00:00
|
|
|
background-color: #5F8E76;
|
|
|
|
border: 3px solid #527C46;
|
|
|
|
margin: auto;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2023-06-07 09:53:21 +00:00
|
|
|
#index a{
|
|
|
|
color: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.centercubeplease img{
|
2021-12-29 11:02:36 +00:00
|
|
|
max-width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#about{
|
|
|
|
background-image: url("background/about.png");
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
#about a{
|
|
|
|
color: #FFF0F0;
|
|
|
|
}
|
|
|
|
|
2023-06-07 09:53:21 +00:00
|
|
|
#about .centercubeplease{
|
2021-12-29 11:02:36 +00:00
|
|
|
color: #FFF0F0;
|
|
|
|
background-color: #990033;
|
|
|
|
border: 3px solid #cc0066;
|
|
|
|
margin: auto;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2023-06-07 11:41:27 +00:00
|
|
|
h1, #about h2, #about h3{
|
2023-06-07 09:53:21 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-06-07 11:41:27 +00:00
|
|
|
h1, h2, h3{
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-29 11:02:36 +00:00
|
|
|
.centerade{
|
|
|
|
width: 50%;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2023-06-07 09:53:21 +00:00
|
|
|
|
2021-12-29 11:02:36 +00:00
|
|
|
.centerade img{
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.centercubeplease a{
|
|
|
|
color: #449494;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pointless{
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hightlightpurple{
|
|
|
|
background-color:#C00066;
|
|
|
|
color:#FFFFFF
|
|
|
|
}
|