
body {
    background-color: black;
    color: white;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: bold;
}

img, video {
    max-width: 100%;
}

button {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem;
    background-color: white;
    border: 0;
    border-radius: 0.2rem;
    font-size: 1.1rem;
}
button:hover {
    box-shadow: 0 4px 6px -1px  #fff, 0 2px 4px -2px #fff;
}

a {
    color: #149954;
}
a:active {
    color: #E4312b;
}
a:visited {
    color: #0e703d;
}

.btn-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.padded {
    padding: 1rem;
}
.content {
    max-width: 600px;
    margin: 0 auto;
}
.center {
    text-align: center;
}

.wave svg {
    width: 100vw;
}

.wave svg path {
    stroke: white;
    stroke-width: 4;

}