.width{
	width: 100%;
}
.background1{
	background-color: white;
  /* background-color: #222831; */
}

.title{
	margin: 50px;
	background-color: white;
}
.curicular{
	background-color: #FFE066;
}
.intro{
	background-color: #503baf;
}
.fontraleway{
	font-family: 'Raleway', sans-serif;
}
.fontanton{
	font-family: 'Anton', sans-serif;
}
.fonthead{
	font-family: 'Abril Fatface', cursive;
}
.align{
	/*border: 2px solid black;*/
	text-align: center;
}

form{
	width: 500px;
	text-align: left;
}

.footer{
	background-color: black;
	width: 100%;
	height: 50px;
}

/* DEMO-SPECIFIC STYLES */
.typewriter{
  color: #41078e;
  font-family: 'Raleway', sans-serif;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #fff}
}

 .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.title {
    color: grey;
    font-size: 18px;
}

button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

button:hover, a:hover {
    opacity: 0.7;
}

.avatar {
  padding: 10px;
  /* vertical-align: middle; */
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.username {
  font-family: 'Francois One', sans-serif;
  font-family: 'Nanum Myeongjo', serif;
  color: white;
  font-size: 50px;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}
.header {
  padding: 60px;
  text-align: center;
  /* background: #1abc9c; */
  background: #222831;
  color: white;
  font-size: 30px;
}
