diff --git a/style.css b/style.css deleted file mode 100644 index e1abaff..0000000 --- a/style.css +++ /dev/null @@ -1,72 +0,0 @@ -html { - background-color: #1F3242; - color: #F0F0F0; -} - -.title { - font-family: "Noto Sans JP", sans-serif; - letter-spacing: 1.5px; - font-size: 2rem; -} - -.body-container { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin-top: 120px; -} - -.button { - padding: 2px 10px; - border-radius: 4px; - color: #F0F0F0; - font-family: "Noto Sans JP", sans-serif; - text-decoration: none; - border: 2px solid #F0F0F0; - letter-spacing: 0.4px; -} - -.button:hover { - background-color: #F0F0F0; - color: #000000; -} - -.text1, .text2 { - line-height: 1; - font-family: "Noto Sans JP", sans-serif; - max-width: 800px; -} - -.text2 { - margin-top: -10px; - padding-bottom: 20px; -} - -.sub-title { - font-family: "Noto Sans JP", sans-serif; - margin-top: -30px; - letter-spacing: 0.5px; - padding-bottom: 30px; -} - -.sub-title2 { - margin-top: -15px; - padding-bottom: 45px; - color: #F0F0F0; - text-decoration: none; -} - -.sub-title2:hover { - text-decoration: underline; -} -/*# sourceMappingURL=style.css.map */ \ No newline at end of file