* {
  max-width: 900px;
  margin: auto;
  font-family: system-ui;
  font-size: 14px;
}

hr {
	width: 100%;
}

/*body {
    min-width: 500px;
}*/

div {
  border-radius: 10px;
}

/* #header {
  height: 3px;
  width: 100%;
  background-color: #ffcccc;
  text-align: center;
  position: fixed;
  z-index: 1;
}

#footer {
  height: 3px;
  width: 100%;
  background-color: #ffcccc;
  clear: both;
  position: relative;
}

.left {
  height: 1000px;
  width: 3px;
  background-color: #e0eeee;
  float: left;
  position: fixed;
}

.right {
  height: 1000px;
  width: 3px;
  background-color: #e0eeee;
  float: right;
  position: inherit;
} */

.alignleft {
  float: left;
  width:33%;
  text-align:left;
}
.aligncenter {
  float: left;
  width:33.33333%;
  text-align:center;
}
.alignright {
 float: left;
 width:33.33333%;
 text-align:right;
}​

.title {
	display: inline;
	margin-bottom: 0px;
	width: 100%;
	height: 1000px;
	text-align: center;
}

#top {
	font-size: 25px;
	text-align: center;
}
#subtitle {
	font-size: 15px;
	text-align: center;
}

#links {
	font-size: 15px;
}

.stuff {
  margin-top: 10px;
  margin-left: 55px;
  width: 100%;
  height: 1000px;
  text-align: left;
}

p,
li {
  font-family:system-ui;
}

.head {
  font-size: 20px;
}

.subhead {
  font-size: 17px;
}

ul {
	display: inline-block;
}

#skills {
	float: center;
}

#name {
  font-family: system-ui;
  float: right;
  margin-top: 10px;
  margin-right: 4%;
}

a {
  color: black;
  text-decoration: none;
}
@media only screen{
  .left,
  .right {
    display: none;
  }
  .stuff {
    width: 100%;
    margin-left: 0px;
  }
}