@font-face {
	font-family: "Avelie Tahoma";
	src: url("fs-tahoma-8px.ttf") format("truetype");
}

body {
    background-color: #ffffff;
    font-family: Avelie Tahoma, sans-serif;
    user-select: none;
}

a {
    color: #D161A2;
}

::selection {
  background-color: #FD9855;
  color: #D42C00;
}

.stripe-blue1 {
    height: 20%;
    width: 100vw;
    background-color: #D42C00;
    top: 0;
    left: 0;
    position: absolute;
}

.stripe-pink1 {
    height: 20%;
    width: 100vw;
    background-color: #FD9855;
    top: 20%;
    left: 0;
    position: absolute;
}

.stripe-pink2 {
    height: 20%;
    width: 100vw;
    background-color: #D161A2;
    top: 60%;
    left: 0;
    position: absolute;
}

.stripe-blue2 {
    height: 20%;
    width: 100vw;
    background-color: #A20161;
    top: 80%;
    left: 0;
    position: absolute;
}

.text {
    font-size: 150px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.text2 {
    font-size: 150px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 30%;
    height: 20%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #ffffff;
}

.text3 {
    font-size: 150px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 70%;
    height: 20%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #ffffff;
}

.text3 span {
    user-select: text;
}

.text3:active span {
    color: #FD9855;
}

body:has(.stripe-blue1:active, .stripe-blue2:active) .stripe-blue1 {
    background-color: #5BCEFA;
}

body:has(.stripe-blue1:active, .stripe-blue2:active) .stripe-pink1 {
    background-color: #F5A9B8;
}

body:has(.stripe-blue1:active, .stripe-blue2:active) .stripe-pink2 {
    background-color: #F5A9B8;
}

body:has(.stripe-blue1:active, .stripe-blue2:active) .stripe-blue2 {
    background-color: #5BCEFA;
}

body:has(.stripe-blue1:active, .stripe-blue2:active) a {
    color: #5BCEFA;
}

body:has(.stripe-blue1:active, .stripe-blue2:active) ::selection {
  background-color: #5BCEFA;
  color: #F5A9B8;
}