/*
Theme Name: Hungrykids
Author: Saitex team
Author URI: http://saitex.ru/
Description: Hungrykids template
Version: 1.0
*/
* {
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
    margin: 0;
}

body, input, textarea {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}


h1, h2 {
    font-size: 40px;
    color: #151515;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin: 50px 0;
}
a {
    text-decoration: none;
    transition: 0.2s ease-out 0s;
}
img {
    border: 0;
}