* {
   box-sizing: border-box;
}

@font-face {
   font-family: "sherwood";
   src: url("../fonts/sherwood.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}

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

.app-view {
   display: flex;
   height: 100%;
   justify-content: center;
   align-items: center;
   background-color: #FCF5E5;
}

.intro-view {
   width: 50vmin;
   padding: 3vmin;
   border-radius: 1vmin;
   background-color: #EBD5B3;
   text-align: center;
   font-family: sherwood, "Times New Roman", Times, serif;
   font-size: 3vmin;
}

.message-label {
   font-family: "Times New Roman", Times, serif;
   font-size: 2vmin;
}

.analysis-link {
   font-family: "Times New Roman", Times, serif;
   font-size: 2vmin;
}