html {
  /*background-color: #f6e9c3;*/
  background-color: white;
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: black;
}

.my-container {
  position: relative;
  background-color: white;
  margin: 0 auto;
  width: 1440px;
  height: 800px;
  overflow: hidden;
}

.content {
  /*background-color: pink;*/
  width: 1440px;
  height: 800px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.content::-webkit-scrollbar {
  display: none;
}

.header {
  width: 1260px;
  top: 0px;
  /*left: 90px;*/
  position: relative;
  background-color: white;
  z-index: 5000;
  padding: 41px 85px;
}

.header-content {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 27.2px;
  letter-spacing: 0.544px;
  font-weight: bold;
}

.header-float {
  float: right;
}

.name {
  color: #000000;
  transition: all 0.5s;
}

.about,
.resume {
  color: #000000;
  float: left;
  padding-left: 48px;
  transition: all 0.5s;
}

.name:hover,
.about:hover,
.resume:hover {
  color: #a9a9a9;
}

.gallery {
  position: relative;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  box-shadow: 5px 10px 10px #888888;
  transition: all 0.5s;
}

.gallery:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 555555 !important;
}

.gallery-1 {
  width: 420px;
  top: 81px;
  left: 134px;
  box-shadow: -5px 10px 10px #888888;
}

.gallery-2 {
  width: 633px;
  top: 216px;
  left: -41px;
}

.gallery-2:hover {
}

.gallery-3 {
  width: 471px;
  bottom: 494px;
  left: 800px;
  z-index: 555554;
}

.gallery-4 {
  width: 633px;
  bottom: 277px;
  left: 650px;
}

.none {
  position: relative;
  /*background-color: red;*/
  top: -400px;
  left: 1800px;
  width: 100px;
  height: 20px;
}

.arrow-container-left {
  width: 100%;
  position: absolute;
}

.arrow-container-right {
  width: 100%;
  position: absolute;
  bottom: 37px;
  left: 1251px;
}

.arrow-left {
  width: 96px;
  bottom: 10px;
  left: 92px;
  position: relative;
  z-index: 555557;
  display: none;
}

.arrow-right {
  width: 96px;
  position: relative;
  z-index: 555557;
}

.copyright-container {
  width: 100%;
  position: absolute;
  bottom: 43px;
  left: 92px;
}

.copyright {
  position: relative;
  z-index: 555557;
}

