﻿html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #f6f8fb;
    color: #212529;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}
