.Header{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:80px 20px;font-family:"Montserrat", sans-serif;font-size:38px;font-weight:700;color:white;background:crimson;background:url("/virus.jpg") no-repeat center center;background-blend-mode:lighten;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}@media (max-width: 414px){.Header{font-size:24px;padding:50px 20px}}

.NavBar{display:flex;justify-content:space-around;align-items:center;height:80px;width:100%;padding:20px 20px;background:crimson;font-size:14px;color:white;box-shadow:0px -2px 15px rgba(50,50,50,0.45);margin-top:40px}.NavBar a{color:inherit;text-decoration:none}

.Layout{flex:1;display:flex;flex-direction:column;height:100%;width:100%}.Layout .Content{flex:1;display:flex;flex-direction:column;padding-top:20px}

*{box-sizing:border-box}html,body,#__next{height:100%;width:100%}body{margin:0;padding:0;font-family:"Merriweather", serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;line-height:1.4rem}a{color:crimson}

.Section{padding:0 20px}

.SectionHeader{font-family:"Merriweather", serif;margin-bottom:0}

.Credits{margin-top:20px}

.Credit{margin-bottom:6px}

.CreditHeader{font-weight:700}

