body {
    background: linear-gradient(0deg,rgb(245, 245, 245) 0%, rgb(250, 250, 250) 50%, rgba(245, 245, 245, 1) 100%);
    background-color: #f5f5f5ff ;
    background-repeat: no-repeat;
    color: rgb(53, 53, 53);
    transition:transform 0.3s ease;
    overflow-x: hidden;
}
.dark-mode {
    background: linear-gradient(0deg,rgb(26, 25, 29) 0%, rgb(22, 22, 24) 50%, rgba(26, 25, 29) 100%);
    background-color: rgb(26, 25, 29);
    background-repeat: no-repeat;
    color: rgb(218, 218, 218);
    transition:transform 0.3s ease;
}
h1 {
    animation: atStart 1s ease-in-out;
    font-family:monospace;
    text-align: right;
    padding-right: 5%;
    padding-top: 1%;
    font-size:300%;
    transition:transform 0.3s ease;
}
p {
    font-family:monospace;
    text-align: left;
    font-size:large;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2,5%;
    animation: atStartText 1s ease-in-out;
    transition:transform 0.3s ease;
    color: rgb(53, 53, 53);
}
.container {
    display: flex;
    align-items: center;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 15px 0 rgba(0, 0, 0, 0.19);
    height: 75px;
    width: 300px;
    border: 1px solid rgba(206, 206, 206, 1);
    background:rgb(255, 255, 255);
    font-family:monospace;
    font-size: large;
    color:black;
    text-align:center;
    animation: atStart2 1.5s ease-in-out;
    transition:transform 0.3s ease;
  }
.container-depiction {
    display: flex;
    align-items:center;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.2), 0 10px 15px 0 rgba(0, 0, 0, 0.19);
    height: 125px;
    width: 300px;
    border: 1px solid rgba(206, 206, 206, 1);
    background:rgb(255, 255, 255);
    font-family:monospace;
    font-size: xx-large;
    color:black;
    text-align:right;
    animation: atStart2 1.5s ease-in-out;
    transition:transform 0.3s ease;
  }
.dark-mode .container-depiction {
    display: flex;
    align-items:center;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    height: 125px;
    width: 300px;
    border: 1px solid rgb(63, 63, 63);
    background:rgb(51, 52, 54);
    font-family:monospace;
    font-size: xx-large;
    color:rgb(221, 221, 221);
    fill: white;
    text-align:right;
    animation: atStart2 1.5s ease-in-out;
    transition:transform 0.3s ease;
  }
  .container-depiction img {
    padding-left: 13px;
    width:100px;
    height:100px;
  }
.container-depiction:hover {
  transform: translateY(-2px);
}
.dark-mode .container {
    display: flex;
    align-items: center;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    height: 75px;
    width: 300px;
    border: 1px solid rgb(63, 63, 63);
    background:rgb(51, 52, 54);
    font-family:monospace;
    font-size: large;
    color:rgb(221, 221, 221);
    fill: white;
    text-align:center;
    animation: atStart2 1.5s ease-in-out;
    transition:transform 0.3s ease;
}
.dark-mode p {
    color: rgb(218, 218, 218);
}
.container img {
    padding-left: 10px;
    width: 50px;
    height: 50px;
}
.container p {
    margin: 0;
}
.container:hover {
  background-color: #f1f1f1;
  transform: translateY(-2px);
}
.container:active {
  background-color: #c7c7c7;
  transform: translateY(2px);
}
.dark-mode .container:hover {
  background-color: #3b3b3b;
  transform: translateY(-2px);
}
.dark-mode .container:active {
  background-color: #414141;
  transform: translateY(2px);
}
.scrolldown {
    animation: atStart2 1s ease-in-out;
    animation: scrollDown 1s ease-in-out infinite;
    text-align: center;
}
a {
  text-decoration: none;
}
.socialbutton {
    bottom: 90px;
    position: fixed;
    float: top;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(206, 206, 206, 1);
    background: white;
    border-radius: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    animation: atStartText 0.75s ease-in-out;
    text-decoration: none;
    transition:transform 0.3s ease;
    z-index: 6761;
}
.socialbutton:hover {
  background-color: #ebebeb;
  transform: translateY(-2px);
}
.socialbutton:active {
    background-color: #e2e2e2;
    transform: translateY(0);
}
.dark-mode .socialbutton {
    bottom: 90px;
    position: fixed;
    float: top;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(63, 63, 63);
    background:rgb(51, 52, 54);
    border-radius: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    animation: atStartText 0.75s ease-in-out;
    text-decoration: none;
    color:white;
    stroke:white;
    transition:transform 0.3s ease;
}
svg {
    width: 25px;
    height: 25px;
    color: rgb(0, 0, 0);
    animation: atStartText 1s ease-in-out;
}
.dark-mode svg {
    width: 25px;
    height: 25px;
    color: rgb(255, 255, 255);
    fill: white;
    animation: atStartText 1s ease-in-out;
}
.container svg {
    color: rgb(255, 255, 255);
    animation: atStartText 1s ease-in-out;
    padding-left: 10px;
    width: 50px;
    height: 50px;
}
.scroll-left {
    animation: atStart2 1s ease-in-out;
    animation: scrollLeft 1s ease-in-out infinite;
    text-align: center;
}
@keyframes atStart {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.90;
  }
    100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes atStartText {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  50% {
    transform: translateY(-2.5px);
    opacity: 0.90;
  }
    100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes atStart2 {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
    33% {
    transform: translateY(15px);
    opacity: 0;
  }
  66% {
    transform: translateY(-5px);
    opacity: 0.90;
  }
    100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes scrollDown {
    0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
    }
    100% {
    transform: translateY(10px);
  }
}
@keyframes scrollLeft {
    0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
    }
    100% {
    transform: translateX(-10px);
  }
}