html{background-color:#161f27;place-content:center;display:grid;text-align:center;font-family:sans-serif}button{border-radius:999px;margin-bottom:20px;width:150px;height:25px;border:2px solid white;background-color:#fff;transition:background-color .3s ease;transition:color .3s ease}button:hover{background-color:#3b3b3b;color:#fff;cursor:pointer}input{margin-top:50vh;margin-bottom:10px;border-radius:5px;width:250px;height:20px;border:solid white 2px;transition:border-color .3s ease}input:hover,input:focus{border-color:#3b3b3b}p,h1{color:#fff}.message{border:solid white 2px;border-radius:999px;padding:7.5px}.background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.card{background-color:#000;padding:20px;border-radius:5px;box-shadow:0 2px 4px #0003;height:200px;display:flex;flex-direction:column;align-items:center}.name{width:200px;margin:10px 0}
