* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

/* Styles, not important */
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 100vh;
    position: relative;
    font-family: "Roboto", BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

*::placeholder {
    color: rgba(0,0,0,0.34);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

address {
    font-style: normal;
}

#localeForm {
    background: RGB(239, 239, 239);
}
