@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap"); body { font-family: "DM Sans", sans-serif; /* background-color: var(--background); */ background-image: url("https://cdn.donmai.us/original/1a/b2/__juufuutei_raden_hololive_and_1_more_drawn_by_hz_helu_2__1ab211b2e3a457d9d53e0f4e740f4b1d.jpg"); color: var(--foreground); padding: 0; font-weight: 400; margin: 0; font-size: 1vw; transition: 0.5s; background-size: cover; backdrop-filter: blur(5px); } .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; /* background-color: var(--background); */ background-color: #00000060; border-radius: 8px; } .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; } #time { font-size: 1.5em; font-weight: 600; } a { color: var(--foreground); text-decoration: none; }