body {
    background-color: #48a2f1;
    cursor: url(https://file.garden/aGfG9U9X_j-yMpvA/blunnycursor.png) 10 3, auto;
    display: table-cell;
    vertical-align: middle;
}

html {
    display: table;
    margin: auto;
}

.container {
    margin: auto;
    margin-left: 5%;
    padding: 1%;
    text-align: center;
    text-wrap-mode: nowrap;
}

.title {
    font-family: "Silkscreen", sans-serif;
    font-weight: 500;
    font-size: 270%;
    padding-top: 2%;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(5.5deg);
    color: rgb(20, 120, 201);
}

.singup {
    font-family: "Geo", sans-serif;
    font-weight: 500;
    font-size: 280%;
    padding-top: 2%;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(-4deg);
    text-align: left;
    padding-left: 2%;
    color: rgb(255, 255, 255);
}

input {
    margin: 1%;
}

input::placeholder {
    color: #00000077;
}

input[type=text], input[type=password] {
  width: 50%;
  padding: 10px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border-color: #3fc9ff;
  border-style: solid;
  border-width: 5px;
  background: #f1f1f1;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #3fc9ff;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  outline: none;
}

label {
    color: rgb(0, 0, 0);
    font-family: "JetBrains Mono", monospace;
    font-weight: 500;
}

button {
    width: 45%;
    height: 40px;
    background-color: #3fc9ff;
    border-style: solid;
    border-color: white;
    border-width: 5px;
    font-family: "Russo One", sans-serif;
}

button:hover {
    border-color: #3fc9ff;
    background-color: #f1f1f1;
}

form {
    margin-top: 10%;
}

img {
    padding-top: 5%;
    width: 110%;
    height: 145px;
}

.joined {
    width: 50%;
    height: 50%;
}

.bluu {
    text-align: left;
    font-family: "Jetbrains Mono", sans-serif;
    font-weight: 500;
    font-size: 110%;
}

.notjoined {
    width: 70%;
    height: 100px;
    margin-bottom: 20%;
    transform: rotate(10deg);
}

.c00l {
    text-align: right;
    margin-left: 57%;
    font-family: "Jetbrains Mono", sans-serif;
    font-weight: 500;
    font-size: 110%;
}

::selection {
    color: rgb(255, 255, 255);
    background-color: #3fc9ff;
}