.gradient-background {
  background: linear-gradient(300deg, #4793AF, #FFC470, #DD5746);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite; }

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
main .introduction img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
main .introduction a {
  width: 100%; }
main .experience {
  background-color: #0C0C0C; }
main .touch {
  background-color: #0C0C0C; }

/*# sourceMappingURL=index.css.map */
