File size: 291 Bytes
			
			| 360d274 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | footer {
    visibility: hidden
}
#generate_button {
    color: white;
    border-color: #007bff;
    background: #2563eb;
}
#save_button {
    color: white;
    border-color: #028b40;
    background: #01b97c;
    width: 200px;
}
#settings_header {
    background: rgb(245, 105, 105);
} |