/* Add your preferred styles here */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    font-size: 200%;
    /* line-height: 200%; */
}

.header {
    display: flex;
    align-items: center;
   /* justify-content: space-between; */
    /* margin: 0 120px 0 0; */
  }
  
.buttons {
    display: flex;
    /* align-items: right; */
   /* justify-content: space-between; */
    margin: 12px 24px 0px 0px;
  }

.container {
    margin: 0 auto;
    padding: 4% 12% 0 12%;
}

.typewriter {
    white-space: pre-line; /* Preserve line breaks */
    display: none; /* Hide all <p> elements initially */
}

.feedback-link {
    margin: 0 0 0 4%;
    text-decoration: none;
    font-size: 32px;
    color: #007BFF;
    padding: 0.25em 0.75em;
    border: 1px solid #007BFF;
    border-radius: 4px;
    min-height: 48px;
    /* text-align: center; */
    line-height: 1.4;
}

.feedback-link:hover {
    background-color: #007BFF;
    color: white;
}
