body {
     font-family: Arial, sans-serif;
     height: 100vh;
     margin: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

#excuse {
     font-size: 24px;
     text-align: center;
}
#excuses {
     font-size: 24px;
     text-align: center;
}
