@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap"); * { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; } body { background-color: black; color: white; background-image: url("/assets/images/y.jpg"); background-size: cover; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } #credits { font-size: 2.5vh; display: table-caption; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; padding-left: .1vw; padding-top: 2vh; color: #00000049; z-index: 999; cursor: pointer; pointer-events: none; } #credits a { margin: 0; padding: 0; color: #a0040449; pointer-events: all; text-decoration: none; } #credits a:hover { color: #d1363649; } .center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .center .title { font-size: 7vw; } #payment { -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } section:only-of-type(#home) { height: 10vh; } section:only-of-type(#home) .title { height: 10vh; } body::-webkit-scrollbar { width: 0; } .SectionHeader { font-size: 4vw; text-align: center; margin: 1vh; } ul li { font-size: 3.5vh; list-style-type: disc; margin: 8vh; } a { text-decoration: none; color: white; } /*# sourceMappingURL=tos.css.map */