html,
body {
     margin: 0;
     padding: 0;
     border: none;
     background-color: #ffffff;
     font-family: "Open Sans", sans-serif;
     font-optical-sizing: auto;
     font-size: 22px;
     font-weight: 400;
     color: #000000;
     position: relative;
}

* {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

a {
     text-decoration: none;
     color: inherit;
     cursor: pointer;
}
