﻿html {
    font-size: 75%;
}
body {
    margin: 0px;
    font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
    font-size: 1rem;
    color: black;
    /* background: linear-gradient(0deg, rgba(149,6,165,1) 0%, rgba(29,9,128,1) 100%); */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

}


input:focus, textarea:focus, select:focus {
    border-style: solid;
    border-width: 2px;
    border-color: lightblue;
    box-shadow: 0 0 1px lightblue
}