@font-face { font-family: "unifont"; src: url("unifont-12.0.01.woff2"); } body { font-family: "unifont"; background-color: var(--background); color: var(--foreground); padding: 0; margin: 0; font-size: 1vw; transition: 0.5s; } .wrapper { display: flex; justify-content: center; align-items: center; height: 100vh; } .content { position: absolute; left: 42.75%; border: 1px solid var(--color1); padding: 45.5px; text-align: center; } .waifu { position: absolute; right: 57.75%; height: 386px; border: 1px solid var(--color1); } .link-collection { border-bottom: 1px solid var(--color1); padding-bottom: 10px; margin-bottom: 5px; display: flex; justify-content: space-between; } .link-collection a { flex: 1; text-align: center; margin-right: 20px; } .link-collection a:last-child { margin-right: 0; } img { height: 100%; } .weather { border-bottom: 1px solid var(--color1); padding-bottom: 5px; margin-bottom: 5px; /* 10 */ margin-top: 35px; } a { color: var(--foreground); text-decoration: none; }