:root
{
--ui: #a588fe; --ui-marked: #d4b4ff; --bg: #b3d8ec; --filter: invert(76%) sepia(73%) saturate(4620%) hue-rotate(215deg) brightness(101%) contrast(99%); }
#starter
{
padding-bottom: 5%;
}
article
{
padding-bottom: 12%;
}
@media only screen and (max-width: 900px)
{
article
{
padding-bottom: 18%;
}
}
@media only screen and (max-width: 630px)
{
article
{
padding-bottom: 25%;
}
}
@media only screen and (orientation: portrait)
{
article
{
padding-bottom: 350px;
}
}