:root { --compress-breakpoint: 1224px; --mobile-breakpoint: 980px; } @font-face { font-family: Volume; src: url("/static/Volume TC Regular.otf") format("opentype"); font-display: swap; } @font-face { font-family: Volume; font-style: italic; src: url("/static/Volume TC Italic.otf") format("opentype"); font-display: swap; } html { background: hsl(42 79% 98% / 1); } body { font-family: Volume, serif; } h2 { margin: 32px auto; max-width: 600px; font-size: 32px; font-style: italic; letter-spacing: 0.04em; } a { color: inherit; } a:hover { font-style: italic; } body { margin: 0; } .body { margin: 0; display: grid; height: 100%; grid-template-columns: 450px 2fr; grid-template-rows: 1fr; } @media screen and (max-width: 1224px) { .body { grid-template-columns: 300px 1fr; } } @media screen and (max-width: 980px) { .body { grid-template-columns: 1fr; grid-template-rows: 300px 1fr; } } main { font-size: 21px; line-height: 31px; } @media screen and (max-width: 1224px) { main { font-size: 18px; line-height: 27px; } } #angel{ filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); ; width: 100%; z-index: 2; } @media screen and (max-width: 980px) { #angel { width: 300px; } } #woman { filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); ; position: absolute; right:0; bottom: 0; width: 300px; display: none; } #chicken { filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); ; width: 100%; } div.chicken { max-width: 100px; margin-left: auto; margin-right: auto; margin-bottom: 32px; } #ripped{ width: 400px; margin-top: -180px; margin-left: auto; position: relative; transform: rotate(-5deg); } @media screen and (max-width: 980px) { #ripped { margin-left: auto; margin-right: auto; z-index: 5; } } #ripped img{ position: absolute; width: 400px; } #ripped h1{ z-index: 1; margin: 46px 20px 32px 40px; font-size: 32px; letter-spacing: 0.04em; font-style: italic; font-weight: normal; } @media screen and (max-width: 1224px) { #ripped { width: 300px !important; margin-top: -130px; } #ripped img{ width: 300px !important; } #ripped h1{ margin: 36px 14px 32px 20px; font-size: 24px; letter-spacing: 0.04em; } } .torn-paper { filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); ; } .aside-home { height: 100vh; } @media screen and (max-width: 980px) { .aside-home { height: unset; } } aside a { text-decoration: none; } aside a:hover #ripped h1 { text-decoration: underline; } aside a:hover #ripped { transform: rotate(-3deg); } aside a:hover #angel { transform: rotate(3deg); } aside div { display: flex; flex-direction: column; } .overlap { margin-right: -80px; } @media screen and (max-width: 980px) { .overlap { margin-right: 0; } } aside { background-image: url("sidebar.jpg"); background-size: cover; filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); ; } main { margin-left: 150px; } #pagemain { max-width: 600px; } @media screen and (max-width: 1224px) { #pagemain { max-width: 500px; } } @media screen and (max-width: 980px) { #pagemain { margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; padding-top: 40px; } } #pagemain h1 { line-height: 1.2em; font-size: 42px; } @media screen and (max-width: 1224px) { main { margin-left: 120px; } #pagemain h1 { line-height: 1.2em; font-size: 36px; } } @media screen and (max-width: 768px) { #pagemain h1 { line-height: 1.2em; font-size: 24px; } } .contents { list-style: none; padding-left: 0; margin: 24px 0; line-height: 36px; } .contents a:not(:last-child)::after { content: " ⬧ "; display: inline-block; margin-left: 4px; margin-right: 4px; } .contents a:not(:first-child) { margin-left: 4px; } .contents a { margin-right: 4px; font-style: italic; font-size: 27px; text-decoration: none; } .contents a:hover { text-decoration: underline; } .contents-wrapper { width: 800px; display: flex; justify-content: flex-start; align-items: flex-start; } .contents-paper { flex-shrink: 0; position: relative; width: 700px; } .contents-wrapper .torn-paper { position: absolute; width: 100%; } .contents-wrapper p { margin: 0; padding: 48px 72px; position: relative; z-index: 1; height: 400px; } #home-body main { margin-top: 64px; } #home-body main { display: flex; flex-direction: column; justify-content: flex-end; } .subtitle { font-size: 25px; line-height: 31px; } form { display:grid; grid-gap: 1em; } @media screen and (max-width: 1224px) { form { min-width: 600px; } } @media screen and (max-width: 768px) { form { min-width: 500px; } } form textarea { height: 1000px; }