body{
	background-color: #242424;
	color: #b0c8ff;
}

html, body {
   margin: 0;
 	font-family: "VT323", monospace;
   height: 100%;
}

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

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

#headingText{
   font-size: 60px;
   margin-top: 30px;
   margin-bottom: 30px;
}

#recipient{
   text-align: justify;
   font-size: 40px;
   width: 70vw;
   line-height: 1.4;
   max-height: 80%;
   word-break: break-word;
}

@media (max-width: 768px) {
   #recipient{
      text-align: start;
      font-size: 20px;
   }
   #headingText{
      margin-bottom: 0;
   }
}
