body {background-color: black;display:grid;place-items: start center;place-content: flex-start center;position: relative;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
button {background-color: gray; border: 1px solid white;border-radius: 10px;margin-top: 5px;}
button:hover {filter:brightness(80%);}
textarea {height:25px;width:260px;resize: none;text-align: center;background-color: rgba(0, 0, 0, 0);border: solid 2px rgba(255, 255, 255, 0.301);border-radius: 10px;;outline:0px;color:white;overflow: hidden;font-size:15px;cursor:auto;margin-top: 10px;}
input {height:20px;color:black;}
label {color:white;float:right;}
.object {position: fixed; top:0%;}