@font-face { font-family: Banquise; src: url(../assets/Banquise-Regular.woff); } @font-face { font-family: Dymo; src: url(../assets/Dymo.ttf); } @font-face { font-family: Erika; src: url(../assets/Erika-Type.ttf); } html, body { height: 100%; margin: 0; } img { max-width: 100%; } a { text-decoration: none; color: black; } main { /* background-color: #413f43;*/ background: #058C9E; background: radial-gradient(at left top, #058C9E, #BC5180); /* background-repeat: no-repeat; background-size: cover; */ } main h1, main h2, main h3 { font-family: Banquise; color: white; z-index: 2; } main h1 { font-size: 8em; } nav, footer, aside { background: #d7d7d7; background: url(../assets/paper.avif); padding: 5px; font-family: Erika; z-index: 10000; position: relative; opacity: 0.95; box-shadow: 0px 0px 10px #00000070; } nav a, footer a, aside a { font-family: Dymo; font-size: 3em; display: inline-block; margin-right: 1em; } nav a.current { text-decoration: underline 3px; } footer a:hover, nav a:hover { transform: rotate(-2deg); } footer { display: block; text-align: center; display: flex; justify-content: space-evenly; align-items: end; } @media (max-width: 600px) { footer { flex-direction: column; align-items: center; } }