body.Gradient1{
	background: linear-gradient(-220deg, #083340, #250a3a, #093c0d);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}
@keyframes gradient {
0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
body.BackBase{
background-color: rgb(230, 255, 247);
}
div{
    position: absolute;
    top: 5%;
    left: 20%;
    right: 20%;
}
div.New{
    width: 60%;
    margin: 0 auto;
}
h1{
    font-family: Poppins;
    font-style: italic;
    text-align: center;
    font-size: 40px;
}
h1.center{
    font-family: Poppins;
    font-style: italic;
    text-align: center;
    font-size: 3.5em;
}
h1.Left{
    font-family: Poppins;
    font-style: italic;
    text-align: Left;
    font-size: 2.5em;
}
h2{
    font-family: Poppins;
    text-align: left;
    font-size: 30px;
}
h2.Small{
    font-family: Poppins;
    text-align: left;
    font-size: 20px;
}
h3{
    font-family: Poppins;
    text-align: left;
    font-size: 25px;
}
h4{
    font-family: Poppins;
    text-align: left;
    font-size: 20px;
}
h5{
    font-family: Poppins;
    text-align: left;
    font-size: 12px;
    margin-top: 1%;
}
h5.Art{
    font-family: Poppins;
    text-align: left;
    font-size: 12px;
    margin-top: -3%;
}
p{
    font-family: Nunito;
    text-align: left;
    font-size: 15px;
}
p.Center{
    font-family: Nunito;
    text-align: center;
    font-size: 15px;
}
p.Sum{
    font-family: Nunito;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
}
p.Small{
    font-family: Nunito;
    text-align: left;
    font-size: 15px;
    margin-right: 34%;
}
img{
    width: 180px;
    height: 180px;
    border-radius: 25%;
}
img.Pfp{
    float: right;
    width: 180px;
    height: 180px;
    border-radius: 25%;
}
img.Art{
    width: 250px;
    height: 250px;
    border-radius: 3%;
}
details{
    user-select: none;
    font-family: Poppins;
    transition: 0.1s linear;
    text-align: left;
    font-size: 28px;
}
details:hover{
    user-select: none;
    font-family: Poppins;
    transition: 0.1s linear;
    text-align: left;
    letter-spacing: 0.5px;
}
ul.separator{
    list-style: none;
	padding: 0;
	width: 100%;
}

ul.separator li{
    padding: .5em 0;
	border-bottom: 0px solid #CCC;
}
@keyframes MainText{
    0% {
        color: rgb(0, 191, 255);
    }
    25% {
        color: rgb(162, 0, 255);
    }
    50% {
        color: rgb(255, 0, 38);
    }
    75% {
        color: rgb(162, 1, 255);
    }
    100% {
        color: rgb(0, 191, 255);
    }
}
.button0{
    color: rgb(237, 159, 255);
    border-color: rgb(237, 159, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 15px;
    text-align: center;
    padding: 3.5px;
    transition: 0.1s linear;
    font-family: Poppins;
  }
.button0:hover{
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background-color: rgb(237, 159, 255);
    border-radius: 15px;
}
.button1{
    color: rgb(198, 255, 133);
    border-color: rgb(210, 255, 159);
    background-color: rgb(15, 42, 17);
    border-radius: 20px;
    text-align: center;
    padding: 7px;
    transition: 0.1s linear;
    font-family: Poppins;
  }
.button1:hover{
    color: rgb(15, 42, 17);
    border-color: rgb(15, 42, 17);
    background-color: rgb(210, 255, 159);
    border-radius: 20px;
}
.button2{
    color: rgb(237, 159, 255);
    border-color: rgb(237, 159, 255);
    background-color: rgb(43, 23, 55);
    border-radius: 20px;
    text-align: center;
    padding: 7px;
    transition: 0.1s linear;
    font-family: Poppins;
  }
.button2:hover{
    color: rgb(43, 23, 55);
    border-color: rgb(43, 23, 55);
    background-color: rgb(237, 159, 255);
    border-radius: 20px;
}
a{
    color: rgb(21, 197, 176);
    transition: 0.1s linear;
    text-decoration: none;
}
a:hover{
    transition: 0.1s linear;
    letter-spacing: 0.6px;
    color: rgb(0, 110, 255);
    text-decoration: underline;
    text-underline-position: under;
}
@media only screen and (max-width: 720px){
    img.Pfp, p.Center{
      display: none;
    }
}
@media only screen and (max-width: 500px){
    img.Pfp, #Secret{
      display: none;
    }
}
@media only screen and (min-width: 500px){
    #AnotherSecret{
        display: none;
    }
}