*{
padding: 0;
margin: 0;
}

header{
background-color: lightblue;
height: 80px;
font-size:1.5rem;
}
header nav ul{
display: flex;
margin-left: 5%;
list-style: none;
}
header nav ul li{
padding-left: 15%;
}


section{
height: 100vh;
border: 1px solid grey;
display: flex;
justify-content: center;
align-items: center;
}

#splitscreen {
	min-height: 90vh;
	display: flex;
}

.left {
	width: 34vw;
	background-color: #abc;
}

.middle {
	width: 34vw;
	background-color: LightGoldenRodYellow;
}
.right {
	width: 32vw;
	background-color: lightgray;
}

.left2 {
	width: 50vw;
	background-color: MintCream;
}

.right2 {
	width: 50vw;
	background-color: White;

.Container img{
height: 300px;
border-radius: 50%;
}

.Container h2{
margin-top: 2%;
font-size: 3em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.Container p, ul{
margin-top: 2%;
font-size: 1.5rem;
}

footer {
margin-top: 20%;
line-height: 40px;
display: flex;
justify-content: center;
font-size: 1rem;
align-items: center;
}


#intro{
background-color: bisque;
}
#contact{
background-color: blanchedalmond;
}

table, th, td {
  border: 2px solid black;
}