:root {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 1.25rem;
  color: white;
}

.arsenal-regular {
  font-family: "Arsenal", sans-serif;
}

@keyframes drift1 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(30%, -20%) rotate(55deg) scale(1.2);
  }
  50% {
    transform: translate(-20%, 50%) rotate(-65deg) scale(1.4);
  }
  75% {
    transform: translate(60%, 30%) rotate(90deg) scale(0.8);
  }
  100% {
    transform: translate(-10%, -10%) rotate(-135deg) scale(0.6);
  }
}

@keyframes drift2 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(50%, 30%) rotate(90deg) scale(1.5);
  }
  100% {
    transform: translate(0%, 0%) rotate(180deg) scale(1);
  }
}

@keyframes drift3 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(30%, -20%) rotate(45deg) scale(5);
  }
  50% {
    transform: translate(-20%, 50%) rotate(-55deg) scale(3);
  }
  75% {
    transform: translate(60%, 30%) rotate(90deg) scale(1);
  }
  100% {
    transform: translate(-10%, -10%) rotate(-135deg) scale(0.5);
  }
}

.triangle {
  position: absolute;
  z-index: 999;
}

#blackTriangle {
  animation: drift1 25s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
  transform-origin: 20% 30%; 
  top: 10%;
  left: 10%;
}

#redTriangle {
  animation-delay: .5s;
  animation: drift2 20s cubic-bezier(0.25, 0.1, 0.25, 1) infinite alternate;
  transform-origin: 70% 50%; 
  bottom: 10%;
  right: 10%;
}

#whiteTriangle {
  animation-delay: .2s;
  animation: drift3 40s cubic-bezier(0.3, 0.7, 0.9, 0.2) infinite alternate;
  transform-origin: 10% 70%;
  top: 40%;
  left: 40%;
}

#cactus {
  height: 28px;
  margin-left: 4px;
}

header {
  text-align: center;
}

main {
  margin-top: 0;
  padding-top: 0;
  background: rgb(58,79,82);
  background: linear-gradient(196deg, rgb(27, 43, 46) 0%, rgba(149,105,109,1) 82%);
  background-size: 200% 200%;
  animation: swirl 15s infinite linear alternate;
}

@keyframes swirl {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

h1 {
  font-size: 4.5rem;
  font-weight: 100;
  font-family: "Arsenal", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-top: 100px;
  margin-bottom: 20px;
  background: linear-gradient(0deg, rgb(75, 126, 136), rgb(255, 251, 252));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#heading-personally {
  padding-top: 25px;
}

header h2 {
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Sen", sans-serif;
  font-weight: 200;
  padding-left: 56px;
  padding-right: 56px;
}

.my-face {
  width: 200px; 
  height: 200px; 
  border-radius: 50%;
  overflow: clip;
  margin-top: 30px;
}

.my-face img {
  width: 100%;
}

section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Arsenal", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(0deg, rgb(219, 169, 169), rgb(255, 251, 252));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header {
  display: block;
}

button {
  font-family: "Arsenal", sans-serif;
}

a {
  font-weight: 500;
  text-decoration: underline;
  color: rgb(192, 221, 232);
  position: relative;
  z-index: 9999;
}

a:hover {
  font-weight: 800;
}

/* validations */
#validate {
  visibility: hidden;
}

#validate-btn {
  visibility: hidden;
}

#validate-msg {
  visibility: hidden;
}

#style {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

#style-btn {
  background: none;
  border: none;
  font: light;
  text-decoration: underline;
  font-size: .8rem;
  z-index: 9999;
  position: fixed;
  right: 2%;
  top: 2%;
  color: white;

}

section {
  padding-bottom: 72px;
  padding-left: 48px;
  padding-right: 48px;
}

/* Default styles for smaller screens (up to 639px) */
main {
  width: 100%;
}

.side-panel {
  display: none;
}

/* Media query for screens between 640px and 1023px */
@media (min-width: 640px) and (max-width: 1023px) {
  main {
    padding-left: 50px;
    padding-right: 50px;
  }

  h1 {
    font-size: 10rem;
  }

  #aboutme {
    padding-top: 100px;
  }
}

/* Media query for screens 1024px and larger */
@media (min-width: 1024px) {
  main {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.my-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

#aboutme {
  margin-top: 150px;
}

#aboutsite {
  padding-left: 25%;
  text-align: right;
}

#professionally {
  text-align: left;
  padding-right: 25%;
}

#personally {
  text-align: right;
  padding-left: 25%;
}

ul {
  list-style-position: inside;
}

.horizontal-list > a {
  margin-right: 8px;
}

.horizontal-list {
  text-align: right;
}

#right-panel {
  width: 100%;
  height: 100%;
  background: rgb(58,79,82);
  background: linear-gradient(196deg, rgba(58,79,82,1) 0%, rgb(80, 59, 61) 82%);
}

#left-panel {
  width: 100%;
  height: 100%;
  background: rgb(58,79,82);
  background: linear-gradient(196deg, rgba(58,79,82,1) 0%, rgb(74, 55, 57) 82%);
}

footer {
  background: #000000;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
}