
body {
  background: #3498db;
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-family: "Montserrat";
}
.logo {
  float: left;
  margin: auto;
  overflow: hidden;
  width: 50%;
  margin: auto;
  overflow: hidden;
}


#title {
  background-color: #ff4c68;
  color: #fff;
}
h1 {
  font-size: 562.5%;
  margin: 50px auto 0 auto;
  font-family: "Montserrat";
  font-weight: bold;
}

h2 {
  font-family: "Montserrat";
  font-size: 2.5em;
  color: #ffffff;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-family: "Montserrat";
  color: #ffffff;
}
.middle-container {
  margin: 100px 0;
}
.bottom-container {
background-color: #3498db;
padding: 50px 0 20px;
}

.top-cloud {
  position: absolute;
  top: 30px;
  right: 300px;
}

.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;

}

.skill-row {
  width: 50%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}


.code-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.uiux {
  width: 25%;
  float: right;
  margin-left: 30px;
}

hr {
  border: dotted #eaf6f6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

.contact-message {
  padding: 10%;
  margin: 10px auto 20px;
}

.copyright {
  color: #eaf6f6;
  font-size: 0.75em;
  padding: 20px 0;
}

.btn {
  background-color: #3498db;

  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #2980b9;

  text-decoration: none;
}
a {
  color: #2980b9;
  font-family: "Montserrat";
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #34495e;
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
