body {
  margin: 0;
  height: 100vh;
  background: rgb(36, 18, 65);
  background-size: 1600% 1600%;
  font-family: "Raleway", sans-serif;
  color: #f2eaff;
}
#moving-mountains {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
  background: transparent;
}
#languagesTopDivIndex
{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#languagesTopDivIndex a
{
  margin: 10px;
}
.triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(130, 100, 200, 0.3);
  filter: drop-shadow(0 2px 3px rgba(60, 44, 95, 0.1));
  will-change: transform;
  opacity: 0.4;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


#leftSide, #rightSide
{
    width: 35%;
    float: left;
    height: 500px;
    font-size: 56px;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    
}
#rightSide
{
        display: flex;
}
#middleSide
{
    width: 30%;
    float: left;
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#threeSides
{
    float: left;
    width: 100%;
}
#topSide
{
    float: left;
    width: 100%;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: right;
    color: #B8A1D9;
}
#bottomSide, #topHeaderSide
{
    clear: both;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
#languageChanger
{
    border: 2px solid rgba(230, 230, 250, 0.5);
    width: 50px;
}
#pillowBorder
{
    /* border: 5px solid #ffffff; */
    border-radius: 255px;
    /* background-color: #0000001a; */
    

}
#pillowBorder canvas {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}
#bottomSide a, #topHeaderSide a {
    text-decoration: none;
    font-size: 43px;
    padding: 0px 15px 0px 15px;
    color: #ffffff;
    background-color: #963bff;
    margin: 0px 15px 0px 15px;
    border-radius: 15px 0px 15px 0px;
    transition: 0.5s;
    border: 2px solid #963bff;
}
#bottomSideLinks:hover
{
    background-color: #3c2f58;
    border: 2px solid white;
}
#myName
{
    width: 500px;
    font-weight: bold;
    font-size: 82px;
    background-color: rgb(103, 89, 170);
    padding: 8px;
}
#secondName
{
    /* background-color: rgb(59, 50, 102); */
    background-color: white;
    color:  rgb(59, 50, 102);
    border-left: rgb(255, 255, 255) 5px solid;
    border-bottom: rgb(255, 255, 255) 5px solid;
    border-right: rgb(255, 255, 255) 5px solid;
    padding: 15px;
}
#myTitleIGuess
{
    width: 500px;
}
#listOfLinks
{
    border-bottom: 2px solid white;
    margin: 15px;
}
#listOfLinks img
{
    padding: 15px;
    transition: 0.15s;
    border: 2px solid rgba(98, 74, 218, 0);
}
#listOfLinks img:hover
{
    background-color: rgb(98, 74, 218);
    padding: 15px;
    border: 2px solid rgb(255, 255, 255);
}
#listOfLinks a
{

}

#aboutMeText
{
    color: white;
    margin: 15px;
    font-size: 20px;
}
#transitionBetweenHrefs {
    color: #ffffff;
    font-size: 30px;
    margin: 0 5px;
    pointer-events: none;
    user-select: none;
    font-weight: bold;
}

@media (max-width: 1450px) {
  #threeSides {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #leftSide, #middleSide, #rightSide {
    width: 100%;
    float: none;
    height: auto;
    font-size: 32px; /* adjust if text gets too big on mobile */
    padding: 0px;
    margin: 0px;
  }

  #myName, #myTitleIGuess {
    width: auto;
    font-size: 48px;
  }

  #secondName {
    font-size: 24px;
  }

  #pillowBorder {
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #bottomSide {
    flex-wrap: wrap;
  }

  #bottomSide a {
    font-size: 28px;
    margin: 5px;
    width: 140px;
    text-align: center;
    border-radius: 0px;
  }
  /* #listOfLinks img
  {
    padding: 4px;
  } */
  #transitionBetweenHrefs
  {
    display: none;
  }
  #bottomSideLinks
  {
    float: left;
  }
  #topSide
  {
    display: none;
  }
  #middleSide
  {
    margin: -25px;
    padding: 0px;
  }
  #leftSide
  {
    padding-top: 15px;
  }
  #rightSide
  {
    margin-bottom: 10px;
  }
  #bottomSideLinks a
  {
    border-radius: 0px;
    margin: 0px;
    text-align: center;
    width: 140px;
  }
  #listOfLinks img
  {
	padding: 5px;
  }
}
