Changed around line 1
+
+
+
+
+
+
InterviewAI+
+ body {
+ font-family: Arial, sans-serif;
+ margin: 0;
+ padding: 0;
+ display: flex;
+ height: 100vh;
+ }
+ .left-section {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: space-between;
+ padding: 20px;
+ background-color: #f0f0f0;
+ }
+ .right-section {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: space-between;
+ padding: 20px;
+ background-color: #ffffff;
+ }
+ .interviewer-image {
+ width: 200px;
+ height: 200px;
+ border-radius: 50%;
+ object-fit: cover;
+ }
+ .talk-button, .download-button {
+ padding: 10px 20px;
+ font-size: 16px;
+ cursor: pointer;
+ border: none;
+ border-radius: 5px;
+ }
+ .talk-button {
+ background-color: #4CAF50;
+ color: white;
+ }
+ .download-button {
+ background-color: #008CBA;
+ color: white;
+ }
+ .book-space {
+ width: 80%;
+ height: 70%;
+ border: 2px dashed #ccc;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 18px;
+ color: #666;
+ }
+
+
+
+
+
+
+
+
+
Book under construction
+
+
+
+