:root {
    --submit-button-background-color: #a32b8e;
    --submit-button-text-color: #ffffff;
}

@font-face {
    font-family: "Roboto";
    src: url("Roboto.ttf") format("truetype");
}

body {
    background: none;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.submit_button:hover {
    color: #fff;
    background-color: #816dc2;
    border: none;
}
