* {
   box-sizing: border-box;
}

html, body {
   height: 100%;
   margin: 0;
}

.center-container {
   display: flex;
   height: 100%;
   justify-content: center;
   align-items: center;
}

.title-label {
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   font-size: 5vmin;
}