body {
    height: auto;
    width: auto;
    background-image: linear-gradient(#bbdce5, #eceedf, #bbdce5);
    accent-color: #ff3460;
    text-align: center;
    margin: 20px auto;
    border: 5px double;
    border-color: #1897ff;
    border-width: 5px;
    padding: 15px;
}

img {
    margin: 20px auto;
    padding: 20px;
    height: auto;
    max-width: 100%;
}

h1 {
    margin: 25px;
    font-family: "Press Start 2p";
    font-size: 72px;
    color: #f1aee1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f364b7;
}

#box1 {
    font-size: 32px;
}

p {
    font-family: "Titan one";
    color: #51adf8;
}

fieldset {
    margin: 20px;
    border: 0px;
}

.pacificof {
    margin: 20px;
    font-size: 32px;
    font-family: "pacifico";
    color: #f1aee1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f364b7;

}

@keyframes appear {
    from {
        opacity: 0;
        scale: 0;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

.pacificof,
label,
p,
button {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

hr {
    height: 90px;
    background: url("https://files.catbox.moe/z8ullo.png");
}

label {
    margin: 20px;
    background-blend-mode: 50%;
    background-color: #fffdfb;
    border: 10px, solid;
    border-radius: 30px;
    border-color: #fffdfb;
    color: #7ab1f3;
    font-family: "Titan One";
}

label:hover,
input {
    color: #ff3460;
    cursor: pointer;
}

#submit {
    margin: 15px;
    background-color: #04AA6D;
    /* Green */
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: none;

}

#submit:hover {
    background-color: #ff3460;
    text-decoration: underline;
    cursor: pointer;
}

a {
    color: #51adf8;
}
