*
{
  margin: 0;
}

.background
{
  height: 100%;
  width: 100%;
  background-color: #FFFDD0;
}

li {
	display: inline;
  padding: 0 10px;
}

ul {
  width: 60%;
	margin: auto;
	padding: 0px;
}

a {
	text-decoration: none;
  color: inherit;
}

a:hover {
	color: red;
}

.navbar
{
  width: 100%;
  height: 50px;
  background-color: #FED8B1;
  text-align: center;
  display: flex;
}

.nameandtitle
{
  height: 20vh;
  width: 100%;
}

.round p
{
  position: absolute;
  vertical-align: center;
  font-size: 36px;
}

.round
{
  margin-left: 15%;
  margin-top: 5px;
  height: 65%;
  width: 65%;
  display: flex;
	justify-content: center;
  align-items: center;
  border: solid;
  padding: 25px;
  border-radius: 55px;
}

.portfolio
{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.portcont
{
	width: 95%;
  height: 150px;
  display: flex;
  margin-bottom: 10px;
  margin-left: 2.5%;
}

.portleft
{
  display: flex;
  justify-content: center;
  align-items: center;
	height: inherit;
  width: 35%;
  border-right: 2px groove #D3D3D3;
  box-shadow: 3px 0px 3px gray inset;
  border-radius: 55px 0px 0px 55px;
  background-color: #FED8B1;
}

.portright
{
  display:flex;
	justify-content: left;
	align-items: center;
	height: inherit;
  width: 65%;
  box-shadow: -3px 0px 3px grey inset;
  border-radius: 0px 55px 55px 0px;
  background-color: #FED8B1;
}