html {
  font-family: 'Neucha', cursive;
}

body {
  background-color: lightblue;
}

h1 {
  text-align: center;
  font-size: 7em;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

h1 a {
  text-decoration: none;
  color: black;
}

h1 a:hover {
  background: lightskyblue;
}

.top {
  list-style: none;
  display: inline-block;
  padding: 15px;
  border: solid 3px lightblue;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 3em;
  font-size: 1.5em;
  text-decoration: none;
  color: black;
}

nav {
  text-align: center;
  background-color: lightskyblue;
  padding-top: 50px;
  text-decoration: none;
}

a:hover, nav a:hover, .top:hover, #fixed:hover, .sidebar a:hover, .resume-project a:hover, .blogs a p:hover {
  color: blue;
  background: lightblue;
}

h2.aboutme, h2 {
  text-align: center;
  font-size: 5em;
}

article p {
  font-size: 2em;
  padding: 10px;
}

article.first {
  width: 40%;
  margin-left: 8%;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 75px;
  padding-bottom: 150px;
}

article.second {
  width: 40%;
  margin-right: 8%;
  display: inline-block;
  padding-left: 10px;
  border-left: solid black 2px;
}

article h3.school {
  text-align: center;
  font-size: 2em;
  padding-bottom: 25px;
}

article h3 {
  text-align: center;
  font-size: 2em;
}

#fixed {
  font-size: 2em;
  position: fixed;
  display: inline-block;
  text-decoration: none;
  color: black;
  border: solid lightskyblue 2px;
  padding: 5px;
  margin-right: 5px;
  bottom: 5%;
}

.sidebar nav a {
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  color: black;
}

.sidebar {
  width: auto;
  position: sticky;
  top: 0;
  display: flex;
  z-index: 1;
  border-radius: 10px;
  padding-bottom: 15px;
  padding-top: 0px;
  font-size: 2em;
}

.sidebar a {
  border-radius: 10px;
  padding-top: 20px;
  border: 2px solid black;
}

.resume-article, .resume-project {
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}

.resume-article li, .resume-project {
  list-style: none;
  font-size: 2em;
  padding: 10px;
}

.resume-project a {
  text-decoration: none;
  color: black;
  border: solid 5px lightskyblue;
  padding: 3px;
}

.resume-project {
  text-align: left;
}

.project-pictures {
  width: 250px;
  height: 200px;
  padding-top: 50px;
  position: relative;
  left: 100px;
}

.project-p {
  position: relative;
  bottom: 230px;
  left: 520px;
  width: 45%;
  font-size: 2em;
}

.contact-email {
  height: 20px;
  width: 40px;
  opacity: .5;
  border-radius: 15px;
  padding: 15px;
  border: 2px solid black;
}

.contact-images {
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding-bottom: 25px;
  padding-top: 50px;
}

.contact-p {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 2em;
}

.blogs {
  border: solid lightskyblue 5px;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blogs p {
  color: black;
}

.blogs a {
  text-decoration: none;
}

.blog-date {
  text-align: right;
}

.blog-title {
  font-size: 4em;
  text-align: center;
}

#blogs {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 2em;
  text-align: justify;
}

footer {
  background-color: lightskyblue;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 2em;
  border-top: 2px solid lightblue;
  text-align: center;
}

footer a {
  text-decoration: none;
  color: black;
  border: lightblue solid 2px;
  padding: 2px;
}
