:root{--primary-color: #3498db;--secondary-color: #2ecc71;--font-color: #333;--font-secondary-color: white;--background-color: #f5f5f5;--background-secondary-color: #00795e;--border-radius-small: 4px}*{margin:0;padding:0;box-sizing:border-box}html{min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--font-color);background:var(--background-color);height:100%}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto}
