body {
  background-color: white;
  color: black;
  font-family: "Jersey 10";
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.column {
    background-color: #f2f2f2;
    padding: 15px;
    border: 1px solid #ccc;
}

h1 {
  font-size: 50px;
}

p {
  font-size: 25px;
}

ul {
  font-size: 25px;
}

h3 {
  font-size: 35px;
}