@font-face{font-family:"Proxima Nova Soft";src:url(fonts/proxima-nova-soft-regular.eot);src:url(fonts/proxima-nova-soft-regular.eot?#iefix) format("embedded-opentype"),url(fonts/proxima-nova-soft-regular.otf) format("opentype"),url(fonts/proxima-nova-soft-regular.svg) format("svg"),url(fonts/proxima-nova-soft-regular.ttf) format("truetype"),url(fonts/proxima-nova-soft-regular.woff) format("woff"),url(fonts/proxima-nova-soft-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova Soft";src:url(fonts/proxima-nova-soft-bold.eot);src:url(fonts/proxima-nova-soft-bold.eot?#iefix) format("embedded-opentype"),url(fonts/proxima-nova-soft-bold.otf) format("opentype"),url(fonts/proxima-nova-soft-bold.svg) format("svg"),url(fonts/proxima-nova-soft-bold.ttf) format("truetype"),url(fonts/proxima-nova-soft-bold.woff) format("woff"),url(fonts/proxima-nova-soft-bold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
        
        body {
            margin: 0;
            padding: 0 20px;
            font-family: "Proxima Nova Soft", Arial, sans-serif;
            background-color: black;
            color: white;
            text-align: center;
        }
        * {
            box-sizing: border-box;
        }

        header {
            padding-top: 20px;
        }
        a{
        	color: #c51a1b;
            line-height: 24px;
            min-height: 24px;
            min-width: 24px;
            margin: 8px;
        }

header a {
    min-height: 24px !important;
    display: inline-block;
}

        #logo {
            width: 300px;
            height: auto;
        }

        .content-block {
            margin: 20px auto;
            padding: 20px;
            max-width: 1000px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            text-align:left;
            display:none;
            min-width: 330px;
        }
        section:target {
   			 display: block;
		}

        .content-block h2 {
            margin-top: 0;
        }
        .menu {
        	margin-top: 30px;
        }
        .menu a {
        	padding: 6px 20px;
        	border-radius: 25px;
        	background-color: rgba(255,255,255,.05);
        	margin-right: 5px;
        	border: 1px solid rgba(255,255,255,.08);
        	color: #fff;
        	text-decoration:none;
        }

        /* Responsives Design */
        @media (max-width: 800px) {
            .menu a {
            	display: block;
            	margin-bottom: 5px;
            	min-width: 330px;
            }
        }