body {
  background-image: linear-gradient(to bottom, #fff, #ffd6b5);
  min-height: 100vh;
  display: table;
  margin: auto;
}

.alert {
  margin: 10px 0;
  font-family: "Arial", Sans-serif;
  background: linear-gradient(0deg,rgba(138, 14, 14, 1) 0%, rgba(219, 0, 0, 1) 100%);
  padding: 7px;
  box-shadow: 0px 1px 3px 1px #222;
  text-shadow: 0 -1px 0px black;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgb(164, 0, 0);
  font-size: 12px;
}

.content {
  background: linear-gradient(to bottom, #fff, #eee);
  width: 960px;
  border-radius: 5px;
  height: 668px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px #777, inset 0px -1px 0px #fff;
}

footer {
  color: #666;
  font-family: "Arial", Sans-serif;
  font-weight: Normal;
  margin-top: 20px;
  font-size: 11px;
  text-shadow: 0 1px 0px white;
}

.title {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #ddd;
  font-family: "Arial", Sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #aaa;
  margin: 0;
  box-shadow: 0px 0px 4px #ccc, inset 0px -1px 0px #fff;
  background: linear-gradient(to bottom, #fff, #eee);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.main-content {
  font-family: "Arial", Sans-serif;
  height: auto;
  margin: 20px;
  font-size: 12px;
}

.Items {
  display: flex;
  background: linear-gradient(to bottom, #fff, #ddd);
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-top: 150px;
  margin-bottom: 25px;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  height: 47px;
  box-shadow: 0px 1px 3px 0px #777, inset 0px -1px 0px #fff;
}

.item {
  background: linear-gradient(to bottom, #fff, #ff7000);
  font-family: "Arial", Sans-serif;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  width: 155px;
  height: 31px;
  box-shadow: 0px 1px 4px 0px #555;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  color: black;
  text-shadow: 0 1px 0px white;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  border: 1px solid #ffbf88;
}

.item:hover {
  background: linear-gradient(0deg,rgba(255, 112, 0, 1) 0%, rgba(255, 231, 212, 1) 70%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0px 1px 6px 0px #444;
  cursor: pointer
}

.item:focus, .selected, .selected:hover {
  background: linear-gradient(to top, #ffa764, #ff7000);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.55);
  line-height: 31px;
  width: 157px;
  border: none;
  height: 33px;
}

.header {
  position: absolute;
  top: 0;
  display: block;
  z-index: 0;
  background-color: #ff885c;
  mask-size: contain;
  mask-image: url('Header.png');
  width: 700px;
  mask-repeat: no-repeat;
  height: 140px;
}

.section {
  display: flex;
  flex-direction: column;
}

.characteristics {
  height: auto;
  width: auto;
}

.menu {
  height: 15px;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  background: linear-gradient(to bottom, #fff, #eee);
  box-shadow: 0px 0px 4px #ccc, inset 0px -1px 0px #fff;
  font-family: "Arial", Sans-serif;
  font-size: 12px;
  color: #aaa;
  font-weight: normal;
}

.portion {
  height: auto;
  width: 580px;
  display: flex;
  flex-direction: column;
}

.socials {
  height: 32px;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: flex-end;
  margin-top: 105px;
}

.socials a:last-child {
  margin-right: 0;
}

.link {
  height: 32px;
  margin-right: 10px;
}

.link:hover {
  cursor: pointer
}

.interest {
  flex: 1;
  margin-left: 20px;
  box-shadow: 0px 1px 3px 0px #777, inset 0px -1px 0px #fff;
  margin-top: 20px;
  background: linear-gradient(to bottom, #fff, #e6e6e6);
  border-radius: 10px;
  transition: box-shadow 0.5s ease-in-out;
}

.interest:hover {
  box-shadow: 0px 1px 8px 0px #444, inset 0px -1px 0px #fff;
}

.logo {
  width: 25px;
  height: 28px;
  filter: drop-shadow(0px 1px 1px #444);
}

.part {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  height: 30px;
  margin: 0 15px;
  padding-top: 10px;
}

.part .text {
  font-family: "Arial", Sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 30px;
  margin-left: 7px;
}

.other {
  height: auto;
  font-family: "Arial", Sans-serif;
  font-size: 12px;
  padding: 15px;
  padding-top: 10px;
}

.projects {
  height: calc(100% - 261px);
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.projects li:last-child {
  border-bottom: none;
}

.project {
  height: 150px;
  border-bottom: 1px solid #ddd;
}

.oops {
  background: url(https://portotipe.neocities.org/Oops.png) center no-repeat;
  background-size: 400px 551px; 
  width: 961px;
  height: 670px;
  position: absolute;
  z-index: 2;
  background-position: 620px 250px;
  pointer-events: none;
}

.welcome-photo {
  background: url(https://portotipe.neocities.org/Welcome.png) center no-repeat;
  background-size: 400px 551px; 
  width: 961px;
  height: 670px;
  position: absolute;
  z-index: 2;
  background-position: 620px 250px;
  pointer-events: none;
}

.about-photo {
  background: url(https://portotipe.neocities.org/About.png) center no-repeat;
  background-size: 400px 551px; 
  width: 961px;
  height: 670px;
  position: absolute;
  z-index: 2;
  background-position: 620px 250px;
  pointer-events: none; 
}

.thumbnail {
  width: 178px;
  height: 100px;
  box-shadow: 0px 2px 3px 0px #999;
  margin-left: 25px;
  margin-top: 25px;
}

.project {
  list-style-type: none;
  display: flex;
}

.upcoming .project {
  border-bottom: 0;
}

.project-container {
  margin-left: 20px;
  margin-top: 25px;
}

.name {
  font-family: "Arial", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #888;
  margin-bottom: 5px;
}

.about {
  font-family: "Arial", Sans-serif;
  font-size: 12px;
}