p, a, li, ol, ul, table, th, tr, td, span{
	font-family: "Inter", sans-serif;
	font-size: 20px
}

h1 {
	font-family: "Syne", sans-serif;
	font-size: 45px;
	font-weight: 1000;
}

h2 {
	font-family: "JetBrains Mono", monospace;
	font-size: 35px;
}	

p, h1, h2, a {
	color: #452829;
}

p, a, h1, h2, img li, ol, ul, td, th, table {
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 200px;
	margin-right: 200px;
	line-height: 1.3;
}

img, table {
	max-width: calc(100vw - 412px);
    margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;	
	margin-bottom: 10px;
}

table {
  border: 2px solid #452829;
  border-collapse: collapse;
}

tr {
	max-width: calc(100vw - 412px);
    margin: auto;
	width: 100%;
}

td, th {
	max-width: calc(100vw - 412px);
    margin: auto;
	width: 20%;
	text-align: center;
	padding: 2px;
}

body {
    margin: 0;
	margin-bottom: 150px;
	background-color: #F3E8DF;
}
	
div {
    padding-top: 20px;
	padding-bottom: 20px;
    width: 100%;
    align-items: center;
    z-index: 1000;
}
	
.navbar {
	border-bottom: 3px solid #F3E8DF;
	position: fixed;
    top: 0;
    left: 0;
    background-color: #452829;
    color: #F3E8DF;
    display: flex;
	justify-content: center; 
	align-items: center; 
	text-align: center;
}
	
.navbar a {
    position: relative;
    display: inline-block;
    color: #F3E8DF;
    text-decoration: none;
    padding: 8px 16px;
  	margin: 0px;
    margin-right: 12px;
}

.navbar a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #806B4D;
  transition: width 0.3s ease;
}

.navbar a:hover::after {
  width: 100%;
}

#nav {
	margin-right: 50px;
	}
	
.link {
  margin-left:0px;
  text-decoration:none;
  color:#806B4D;
  font-weight:bold;
}

.pagemain {
	margin: 0px;
	background-image: url("images/cats.svg");
	background-size: 102%;
	background-position: center; 
	background-repeat: no-repeat;
	height: 100vh;
	display: flex;
	justify-content: center; 
	align-items: center;
	text-align: center;
	margin-bottom: 100px;
}

.pagetitle {
	padding-left: 0px;
	color: #F3E8DF;
	font-size: 50px;
}

.int {
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

span {
  margin-left:0px;
}