@import url("https://fonts.googleapis.com/css2?family=Chokokutai&display=swap");

h1 {
  text-decoration: underline;
  color: black;
  background-color: yellow;
  font-family: "Chokokutai";
}

body {
  color: orange;
  background-color: black;
}

.landing {
  width: 100vw;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.landing img {
  height: 14vw;
}

.column {
  padding: 5px;
}

.row {
  display: flex;
}

p {
  color: orangered;
}
