body {
width: 100vw;
height: 100vh;
background: white;
overflow: hidden;
margin: 0;
padding: 0;
}
#root {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.main {
.text-entry {
font-size: 2.5em;
border-bottom-width: 5px;
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
&:focus {
outline: none;
}
&::before {
content: " ";
}
}
}