* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  color: azure;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}
:root {
  --mc1: rgb(46, 53, 55);
  --mc2: rgb(64, 41, 57);
  --mc3: rgb(37, 33, 51);

  --mtc: azure;

  --mca1: rgba(46, 53, 55, 0.8);
  --mca2: rgba(64, 41, 57, 0.8);
  --mca3: rgba(37, 33, 51, 0.8);
}
.bgmca1 {
  background-color: var(--mca1);
}
.bgmca2 {
  background-color: var(--mca2);
}
.bgmca3 {
  background-color: var(--mca3);
}
.bgmc1 {
  background-color: var(--mc1);
}
.bgmc2 {
  background-color: var(--mc2);
}
.bgmc3 {
  background-color: var(--mc3);
}
.comtc {
  color: var(--mc1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
/* Header & Footer */
.mylinks i {
  font-size: 2em;
}
section.zero {
  position: fixed;
  left: 25px;
  bottom: 50px;
  width: 2rem;
  height: 2rem;
  background-color: var(--mc1);
  box-shadow: 0 0 5px var(--mtc);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
section.zero:hover {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  cursor: pointer;
}
.mylinks i:hover {
  transform: scale(1.3) rotate(15deg);
  -webkit-transform: scale(1.3) rotate(15deg);
  -moz-transform: scale(1.3) rotate(15deg);
  -ms-transform: scale(1.3) rotate(15deg);
  -o-transform: scale(1.3) rotate(15deg);
}
.mypages {
  background: url(../img/IMG_3.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.pagelink a {
  text-decoration: none;
  color: var(--mtc);
  text-align: center;
}
.mypageslinks .actev {
  pointer-events: none;
  padding: 1rem;
  border: 2px solid var(--mtc);
  border-radius: 1rem 1rem 1rem 1rem;
  -webkit-border-radius: 1rem 1rem 1rem 1rem;
  -moz-border-radius: 1rem 1rem 1rem 1rem;
  -ms-border-radius: 1rem 1rem 1rem 1rem;
  -o-border-radius: 1rem 1rem 1rem 1rem;
}
.longtext {
  text-align: justify;
  text-justify: auto;
  text-indent: 40px;
}
.myBtn {
  display: flex;
  gap: 1rem;
  /* background-color: var(--mc2); */
  padding: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.myBtn a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: var(--mtc);
  font-weight: bolder;
}
.myBtn a.actev {
  color: var(--mc2) !important;
  text-shadow: 0 0 8px var(--mtc);
  pointer-events: none;
}
