@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');

html {
    background-color: white;
    text-align: center;
    padding: 20px;
}

h1 {
    font-family: "Comic Relief", system-ui;
    font-weight: 700;
    font-style: normal;
    color: black;
    font-size: 40px;
    text-shadow: 2px 2px lightgray;
}

h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    color: black;
}

.mch {
    width: 30%;
    min-width: 300px;
}

.fa-youtube {
  color: red;
  font-size: 3em;
}

@media (max-width: 600px) {
    h1 { font-size: 30px; }
    h2 { font-size: 25px; }
}