@media (max-width: 1000px) {
    p, a, li, legend{
    font-size: 16px !important;
    }
    h1 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    .padded {
        padding-left:5vw !important;
        padding-right:5vw !important;
    }
    p.help-block {
        font-size: 11px !important;
    }

}
html {
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.padded {
    padding-left:19vw;
    padding-right:19vw;
}
p, a, li, legend{
    font-size: 19px;
}
p {
    padding-top: 7px;
}
h1 {
    font-size: 29px;
}
h4 {
    font-size: 19px;
}
body {
    overflow-x: hidden;
}
.active {
    color:#2459cc;
}
.header a {
    padding-left: 3vw;
    padding-right: 3vw;
}
.header {
    text-align: right;
}
img {
    border-radius: 8px;
    transition: transform 0.2s ease;
}
a {
    color:#000000;
    transition: color 0.2s ease;
}
a:hover {
    color:#2459cc;
}
button, input.btn, button.cta-button {
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    border-radius: 500px;
    background-color: #ffffff;
    transition: transform 0.2s ease;
    cursor: pointer;
    color: #000000 !important;
    border: 2px solid black;
}
button:hover, input.btn:hover, button.cta-button:hover {
    transform: translateY(-5px);
}
button.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    font-size: 16px;
}
button.cta-button img {
    width: 30px;
    object-fit: contain;
}
fieldset {
    border: none;
}
p.help-block {
    font-size: 14px;
}