@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');
* {
- font-family: "Tiny5", serif;
- font-weight: 400;
- font-style: normal;
- color: revert !important;
- color: black;
- background-color: #c3c3c3;
- border-style: solid;
- border-top-color: #fdffff;
- border-left-color: #fdffff;
- border-bottom-color: black;
- border-right-color: black;
- border-width: 1px;
- border-radius: 0;
- /* box-shadow: 4px 4px 4px 4px #818181 inset; */
}
a:hover {
background-color: #0827f5;
}
.original{
- z-index: 0;
- margin-top: 20rem;
}
.box{
- z-index: 10;
- width: 20rem;
- height: auto;
- border: solid blue 2px;
- position: fixed;
- right: 0;
- top: 0;
- background-color: blue;
- padding: 1rem;
}
.box > h2 {
font-size: 3rem;
padding-bottom: 2rem;
margin-bottom: 1rem;
text-align: center;
}
.box > form {
display: flex;
flex-direction: column;
margin-top: 2rem;
}
.box > .message{
font-size: 1.5rem;
padding-bottom: 2rem;
height: 2rem;
}
.box > form > .button{
width: 5rem;
margin: auto;
margin-top: 1rem;
margin-bottom: 1rem;
}
.box > form > .input-text{
background-color: white;
height: 4rem;
width: 15rem;
margin: auto;
margin-top: 2rem;
}
div {
background-color: #fdffff;
}
h1, h2, h3, p {
- font-family: "Tiny5", serif;
- font-weight: 400;
- font-style: normal;
- }
img {
image-rendering: pixelated;
width: 1px;
height: 1px;
}
img {
image-rendering: pixelated;
width: 1px;
height: 1px;
}