13 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .main-screen {
 | |
|     flex-grow: 1;
 | |
|     padding: 10px;
 | |
|     background-color: rgb(255, 255, 255);
 | |
| }
 | |
| 
 | |
| .title-label {
 | |
|     background-color: transparent;
 | |
|     color: black;
 | |
|     font-size: 24px;
 | |
|     font-weight: bold;
 | |
|     margin-bottom: 10px;
 | |
| } | 
