* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    cursor: url('heartcursor.png'), auto;
    height: 100%;
    width: 100%;
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}

.jetbrains-mono {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.metal-mania-regular {
  font-family: "Metal Mania", system-ui;
  font-weight: 400;
  font-style: normal;
}

.workbench {
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}

.nosifer-regular {
  font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
    background-color: #FFF;
    background-image: url('/colorbars.gif');
    font-family: "JetBrains Mono";
    font-size: 12px;
    color: #000;
    cursor: url(https://cur.cursors-4u.net/holidays/hol-2/hol132.png), auto;
}

.container {
    display: flex;
    width: 500px;
    margin: 10px;
    position: absolute;
    left: 30%;
    top: 10%;
    align-content: center;
    flex-direction: column;
}


.MA {
    background-color: #FFF;
    border: 5px solid #000;
    width: 500px;
    height: 250px;
    margin: 5px;
    padding: 5px;
    overflow: auto;
    filter: drop-shadow(0px 5px 5px #000000);
}

.MI {
    background-color: transparent;
    border: none;
    width: 500px;
    height: 40px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    font-family: "JetBrains Mono";
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    filter: drop-shadow(0px 5px 5px #000000);
}

.BT {
	background-color: #FFF;
    border: 5px solid #000;
    width: 500px;
    height: 150px;
    padding: 5px;
    overflow: auto;
    filter: drop-shadow(0px 5px 5px #000000);
    margin: 5px;
    font-family: "JetBrains Mono";
    font-size: 12px;
    color: #000;
    text-align: center;
}

.FT {
	background-color: transparent;
    border: none;
    width: 500px;
    height: 150px;
    padding: 5px;
    overflow: auto;
    filter: drop-shadow(0px 5px 5px #000000);
    margin: 5px;
    font-family: "JetBrains Mono";
    font-size: 12px;
    color: #000;
    text-align: center;
}


h1 {
    font-family: "workbench";
    font-size: 50px;
    color: #000;
    padding: 2px;
    text-align: center;
}

h2 {
    font-family: "jetbrains mono";
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    padding: 2px;
    margin: 5px;
    text-align: center;
    filter: drop-shadow(2px 2px 0px #00a6ff);
}

h3 {
    font-family: "jetbrains mono";
    font-size: 15px;
    color: #000;
    padding: 2px;
    margin: 5px;
    text-align: center;
}

h4 {
    font-family: "jetbrains mono";
    font-size: 15px;
    color: #000;
    padding: 2px;
    margin: 5px;
    text-align: center;
}

h5 {
    font-family: "jetbrains mono";
    font-size: 15px;
    color: #fff;
    padding: 2px;
    margin: 5px;
    text-align: center;
    filter: drop-shadow(0px 2px #000) drop-shadow(0 -1px #000) drop-shadow(1px 0 #000) drop-shadow(-1px 0 #000);
}

.sectitle {
    color: #000000;
    background-color: #00f09e;
}

/* unvisited link */
a:link {
    font-family: "Jetbrains Mono";
    font-size: 15px;
    color: #ff00d7;
    text-align: right;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #fa0015;
}

/* mouse over link */
a:hover,
button:hover
{
    color: #69dcff;
    background-color: #ff00e1;
    cursor: url('heartcursor.png'), auto;
}

/* selected link */
a:active {
    color: blue;
}

/* paragraph and text styles */
p {
    margin: 15px;
    text-align: left;
}

.center{
    text-align: center;
}

/* list styles */
ul {
    list-style: circle inside;
    text-align: left;
    padding-left: 1px;
    margin: 10px;
}

.nav-ul {
    list-style: circle inside url("p_heart.gif");
    text-align: justify;
    padding-left: 1px;
    margin: 0px;
}

::selection {
    color: #000000;
    background: #ff0000;
}

.neon-text {
    color: #fff;
    text-shadow:
        0 0 5px #ff005e,
        0 0 10px #ff005e,
        0 0 20px #ff005e,
        0 0 40px #ff005e,
        0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow:
            0 0 5px #ff005e,
            0 0 10px #ff005e,
            0 0 28px #ff005e,
            0 0 40px #ff005e,
            0 0 80px #ff005e;
    }
    100% {
        text-shadow:
            0 0 10px #00d4ff,
            0 0 20px #00d4ff,
            0 0 40px #00d4ff,
            0 0 80px #00d4ff,
            0 0 160px #00d4ff;
    }
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-2/hol132.ani), url(https://cur.cursors-4u.net/holidays/hol-2/hol132.png), auto !important;
} /* End https://www.cursors-4u.com */