@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
     padding: 0;
     margin: 0;
}
html{
     padding: 50px 100px;
}
*::selection,
*::-moz-selection{
     background: #fdd3b0;
}
input::selection,
input::-moz-selection{
     background: #e9e9ed;
}
h1{
     font-family: "Prompt", sans-serif;
     font-weight: bold;
     font-style: normal;
}
label, p, button{
     font-family: "Prompt", sans-serif;
     font-weight: 400;
     font-style: normal;
}
input{
     font-family: "Space Mono", monospace;
     font-weight: 400;
     font-style: normal;
     border:none;
     border-bottom: 1px solid #1890ff;
     padding: 5px 7px;
     border-color: #000;
}
input:focus {
     outline:none; 
     border-color: #ff613d;
     background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,252,250,1) 40%, rgba(255,250,246,1) 50%, rgba(254,235,219,1) 75%, rgba(253,211,176,1) 90%, rgba(252,190,138,1) 95%, rgba(250,167,97,1) 100%);
}
button{
     font-family: "Space Mono", monospace;
     font-weight: 400;
     font-style: normal;
     border:none;
     border-bottom: 1px solid #1890ff;
     padding: 5px 10px;
     border-color: #000;
}
button:hover{border-color: #ff613d; background-color: #fdd3b0;}
table{padding-top: 20px;}
th, td {
     padding: 5px 12px;
   }

tbody{
     font-family: "Prompt", sans-serif;
     font-weight: 400;
     font-style: normal;
}