aside{
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #a4a9ff;
}

a {
  text-decoration: none;
  transition: all .5s ease-in-out;
}
a:hover {
  color: #422885;
  text-decoration: none;
  transform: scale(1.1);
}

h1{
  display: block;
  width: 50%;
  margin-left: 1em;
  font-family: Indie Flower;
  font-size: 3em;
  border-bottom: 3px solid #a4a9ff;
}
h3{
  text-align: center;
  font-family: Indie Flower;
  border-bottom: 1px solid #a4a9ff;
}

/*left aside*/
.left{
  float: left;
  width: 25%;
  text-align: center;
  font-family: Maven Pro;
}
#profile{
  height: 60%;
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}

/*main content*/
section{
  float: left;
  margin-left: 1em;
  width:60%;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #a4a9ff;
  margin-bottom: 2em;
}
.content{
  margin:2em;
  font-family: Maven Pro;
}
img{
  margin: 1em;
  width: 90%;
}
.navigation-buttons{
  background-color: #cdbeff;
  display: inline-block;
  border: 2px solid #a4a9ff;
  height: 5em;
  width: 5em;
  border-radius: 100%;
  text-align: center;
  margin: 1em 1em 1em 2em;
}
a p{
  margin-top: 2em;
}

div{
  margin-right: auto;
  margin-left: auto;
  height: 15em;
  width:65%;
  border:1px solid white;
  border-radius: 5px;
  overflow:auto;
  margin-bottom: 2em;
}
td{
  font-size: 15px;
  font-family: Maven Pro;
}

/*right aside*/
.right{
  float: right;
  width: 10%;
}
nav {
  height:100%;
}
.links{
  height: 40%;
  width: 40%;
  text-align: center;
  margin-left: 2em;
}
.sidebar-links{
  margin-left: auto;
  margin-right: auto;
}

