@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Cormorant+Garamond&family=Montserrat&display=swap');

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: inherit;
}
body {
	width: 100vw;
	overflow: auto;
	/* Make space on the left for the table of contents */
	padding: 2em 2em 2em 20vw;
	font-family: "Montserrat";
	background: #e0e0e0;
    background:#edf2f7 none repeat scroll 0 0;
}

.main-content-container {
	padding: 1em;
}

.main-content-article {
	padding: 3em;
	background: white;
	line-height: 150%;
}

.main-content-article h2, h3 {
	font-family: "Cormorant Garamond";
}

.main-header {
	width: 100%;
	padding: 2em 0;
	border-bottom: black;
	font-family: "Cormorant Garamond";
}

.main-header-container {
	text-align: center;
}
.main-header h1 {
	text-rendering: optimizeLegibility;
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
	color: #bb0000;
}

.main-header p {
	font-size: 30px;
}

.header-andrew-id {
	font-style: italic;
	font-size: 20px;
}

.img {
	text-align: center;
}

.math {
	overflow-x: auto;
}

code {
	background-color: rgb(202, 202, 202);
	padding: 0.2em;
	border-radius: 3pt;
	word-wrap: break-word;
}

code a {
	text-decoration: none;
	color: black;
}

p > a {
	color: blue;
	text-decoration: none;
}

p {
	text-indent: 3rem;
}

.late-days-used {
	position: relative;
}

.late-days-text {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	font-size: 20px;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(197, 176, 176, 0.2);
	border-radius: 2em;
	backdrop-filter: blur(1px);
}

.mobile {
	padding: 2em 2em 2em 2em;
	margin: auto;
}

table {
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	table-layout: fixed;
	width: 50%;
	border-collapse: collapse;
	border: 3px solid black;
}

table tr,td {
	border: 3px solid black;
}

caption {
	caption-side: bottom;
	font-style: italic;
	text-align: center;
}