@charset "utf-8";

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

* { font-family: 'Montserrat', sans-serif; }
html, body { height:100%; width:100%; }
body { background: radial-gradient(circle, rgba(255,255,255,1) 15%, rgba(221,221,221,1) 50%); }
h4 { font-weight: 900}
a { color: #333; text-decoration:none; }
a:hover { color: #333; text-decoration:underline; }