:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
  margin: 0;
  max-width: 100%;
  text-align: center;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background: -webkit-linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 200% 200%;
  -webkit-animation: gradient 15s ease infinite;
  color: white;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.Photo {
  will-change: filter;
  transition: filter 300ms;
}
.Photo:hover {
  filter: drop-shadow(0 0 1em #fff);
}

body {
  margin: 0;
  margin-top: 5%;
  display: flex;
  place-items: top;
  min-width: 320px;
  min-height: 100vh;
  padding: 0 10%;
}

header{
  border-style: none none solid none;
  border-width: thin;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

h3{
  font-weight: normal;
}

.row {
  display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
  border-width: 1px;
  border-style: none none solid none;
  border-width: thin;
  margin-bottom: 20px;
}
.column:hover{
  filter: drop-shadow(0 0 .6em #000);
}
.card{
  align-content: center;
}

@media only screen and (min-width: 768px) {
.column {
  border-width: 1px;
  border-radius: 15px;
  max-width: 27%;
  border-style: solid;
  margin:15px;
  padding: 15px;
  will-change: filter;
  transition: filter 300ms;
  background:rgba(255, 255, 255, 0.4);
}
}

@media only screen and (max-width: 600px) {
  .column {
    background-color: white;
    border-width: 1px;
    border-radius: 15px;
    border-style: solid;
    margin:15px;
    padding: 15px;
    will-change: filter;
    transition: filter 300ms;
    background:rgba(255, 255, 255, 0.4);
  }
  body{
    padding:0 2%;
  }
}

.wrapper{
  padding: 0 4%;
}

.workEx{
  background:rgba(255, 255, 255, 0.4);
  display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  border-radius: 15px;
  padding: 10px;
}
.workEx .Experience{
  font-size:30px; line-height:1.25;
  align-content: center;
}

.inner{
  margin-left: 5%;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}

.inner h4 {
  font-size: 25px;
  margin:0;
  padding:0;
  margin-top:20px;
}
.inner h5{
  margin:0;
  padding:0;
  font-size: 17px;
  margin-top: 10px;
}
.inner p{
  margin:0;
  padding:0;
}



.Con {
  margin-top: 20px;
  border-style: solid none none none;
  border-width: thin;
  text-decoration: none;
}

/* CSS */
.button-78 {

  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 10px;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 19px 32px;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 15px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.button-78:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}
