@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body { margin: 0 auto; background-color: rgb(250 250 250); font-family: 'Poppins', sans-serif; font-size: 15px; color: rgb(15 15 15);}
body a:link { text-decoration: none; color: rgb(15 15 15);}
body a:visited { color: rgb(15 15 15);}
body a:hover { color: rgb(15 15 15);}
body a:active { color: rgb(15 15 15);}
body h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; line-height: 1.4;}
body img { border: 0;}

body input { background-color: transparent; font-family: 'Poppins', sans-serif; font-size: 1.1em; color: rgb(110, 110, 110); border: 0; outline: 0;}
body input::placeholder { color: rgb(90 90 90 / 60%);}
body select { background-color: transparent; font-family: 'Poppins', sans-serif; font-size: 1.1em; color: rgb(110, 110, 110); border: 0; outline: 0; box-sizing: content-box;}
body textarea { background-color: transparent; font-family: 'Poppins', sans-serif; font-size: 1.1em; color: rgb(110, 110, 110); border: 0; outline: 0;}
body textarea::placeholder { color: rgb(90 90 90 / 60%);}
body button { background-color: transparent; font-family: 'Poppins', sans-serif; font-size: 1.1em; color: rgb(110, 110, 110); border: 0; outline: 0;}
