*, html, body {
	font-family: Inter, Helevetica, sans-serif;
	font-weight: 800;
}

html, body {
	background: #fff;
	color: #000;
}

body {
    padding: 20px;
}

h1 {
    font-size: max(30px, 3vw);
    margin-bottom: 0.8em;
}

h1 .event {
    text-transform: capitalize;
}

ul, input {
    font-size: max(13px, 1vw);
    line-height: 1.2;
}

ul, hr {
    margin-bottom: 1.2em;
}

li {
    line-height: 3em;
}

a {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}

input, a {
    /* box-shadow: inset 0 0 9px 0px #000; */
	border: 1px solid #000;
    border-radius: 20px;
	color: #000;
    margin-bottom: 0.6em;
    padding: 10px 14px;
}

input[type="submit"] {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover,
a:hover {
    background-color: #ccc;
    box-shadow: 0 0 10px yellow;
    color: #000 !important;
}