.container {
  margin: auto;
  width: 940px;
  padding: 10px;
  text-align: center
}
.content {
  position: relative;
  text-align: left;
  width: 738px;
  display: inline-block;
  margin: 15px;
  padding: 15px;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.img-container {
  position: relative;
  text-align: center;
  width: 354px;
  height: 400px;
  display: inline-block;
  margin: 15px;
}
.img-container-projects {
  position: relative;
  text-align: center;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 15px;
}
.text-container {
  position: relative;
  text-align: left;
  width: 354px;
  height: 400px;
  display: inline-block;
  margin: 15px;
  border-radius: 8px;
  background-color: #ffffff;
}
.img-text {
  font-family: 'Merriweather', 'Lato', lato, 'helvetica neue', helvetica, arial;
  font-style: italic;
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.img-text-projects {
  font-family: 'Merriweather', 'Lato', lato, 'helvetica neue', helvetica, arial;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.header {
  weight: 100%;
  padding: 15px;
  border-radius: 8px;
  background-color: #000000;
}
.header-text {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 200%;
}
.header-nav {
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #999999;
  font-size: 14px;
  line-height: 200%;
  text-decoration: none;
}
.nav-current {
  text-decoration: underline;
}
.img-home {
  width: 354px;
  height: 400px;
}
.img-projects {
  width: 200px;
  height: 200px;
}
#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0081ce; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#topBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
img {
  border-radius: 8px;
}
body {
  background-color:#EDEDED;
}

.button {
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0081ce; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.button:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
