.pageend {
    bottom: 0;
    position:fixed;
    display: flex;
    width: 43%;
    background-color: #fff0f0;
    height: auto;
    align-items: center;
    left: -3px;
    right: 0;
    border-radius: 5px;
}
.rightup {
    position: absolute;
    right: 13px;
    top: 5px;
    width: 25px;
    height: 25px;
}

.title {
    margin-top: 10px;
    font-size: 20px;
}
.item {
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 10px;
    width: auto;
}
body {
    height: 100%;
}
a {
    text-decoration: none;
}
.img {
    width: auto;
    height: auto;
}
img {
    width: 10rem;
    height: 10rem;
}
h1 {
    font-weight: lighter;

}
html {
    height: 100%;
}
h5 {
    font-weight: lighter;
}
.hide {
    display: none;
}
hr {
    width: 25%;
}
code {
    border-width: 2px;
    border-style: solid;
    border-color:black;
    border-radius: 3px;
    width: auto;
    left: 5%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    font-size:large;
    font-weight:bold;
    font-family: unifont点阵黑;
    background-color: rgb(119, 119, 119);
    color: rgb(188, 251, 255);
    position: static;
    text-decoration: dotted;
    text-decoration-color: black;
    text-decoration-line:underline;
}
@font-face {
    font-family: "unifont点阵黑";
    src: url("./fonts/unifont点阵黑.ttf");
}
p {
    font-weight: lighter;
}