body {
  background-image: url("images/polygon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20px;
  max-width: 2000px;
  max-height: 2000px;

}

.title {
  background-color: white;
  min-width: 20px;
  max-width: 2000px;
  max-height: 2000px;
}

.title h1 {
  margin-left: 800px;
  min-width: 20px;
  max-width: 2000px;
  max-height: 2000px;

}

.nav-bar {
  display: flex;
  justify-content: space-between;
  background-color: black;
  color: white;
  transition: background 0.5s ease-in-out;
  min-width: 20px;
  max-width: 2000px;
  max-height: 2000px;
}

.nav-bar:hover {
  background-color: #66FFDF;

}

#top-nav {

  background-color: black;
  font-family: Arial;
}

#top-nav a {
  float: left;
  font-size: 16px;
  color: #59FF7D;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {

  overflow: hidden;
}


.dropdown .dropbtn {
  font-size: 26px;
  border: none;
  outline:;
  color: #59C9FF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

#top-nav a:hover, .dropdown:hover .dropbtn {
  background-color: #59FF7D;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#mainpage{
  max-width: 2000px;
  max-height: 2000px;
  }

#container {
  margin: 50px 50px 50px 50px;
  border: 2px solid black;
  display: flex;
  background-color: white;
  min-width: 20px;
  max-width: 2000px;
  max-height: 2000px;
  }


.block img:hover {
  box-shadow: 3px 3px;
  background-color: rgba(0, 0, 0, 0.9);
}

.info {
display: flex;
min-width: 20px;
max-width: 2000px;
max-height: 2000px;
}

.info p:hover{
  color: blue;
}


.summary {
  margin-right: 1px;
  margin-left: 1px;
  box-shadow: 3px 3px;
  transition: background 0.5s ease-in-out;
}
.summary:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.Skills {
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 3px 3px;

}

.Skills h1 {
  background-color: black;
  color: white;
}

.bot-title {
  background-color: black;
}

.bot-title h1 {
  color: white;
  margin-left: 800px;
}

.img-con img {
padding: 50px;

transition: transform .2s;
width: 200px;
height: 200px;
margin: 0 auto;
}

.img-con img:hover {
  transform: scale(1.5);
}

.img-con h1 {
  text-align: center;
}


.projects ul {
  display: flex;
  justify-content: center;
  list-style: none;
}


.summary p {
  max-width: 300px;
}

.summary h1 {
  background-color: black;
  color: white;
}

.Passions {
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 3px 3px;
}

.Passions h1 {
  text-align: center;
  background-color: black;
  color: white;
}

.goals h1 {
  background-color: black;
  color: white;
  text-align: center;
}

.block {
  background-color: white;
}

.foot {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  background-color: black;
  color: white;
  min-width: 20px;
  max-width: 2000px;
  max-height: 2000px;
}

.foot li {
  padding: 5px 5px 5px 5px;
  list-style: none;
}

.foot a{
  color: white;
}
