@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');/* 上のコードは必ずカスタムCSSの最上部に入れてください！ */

body { font-family: 'Kiwi Maru', serif; }@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');/* 上のコードは必ずカスタムCSSの最上部に入れてください！ */

body { font-family: 'Kiwi Maru', serif; }

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-image:url("https://magazine-cf.techacademy.jp/wp-content/uploads/2021/03/20220916/laptop_small.jpg");
}