.titlecard {
  font-family: "Beth Ellen", Arial;
  font-size: 5vw;
  line-height: 0px;
  color: #0e408d;
}

body {
  font-family: "Roboto Mono", Arial;
  font-size: 1vw;
  color: #0e408d;
  background-color: #F4F5F7;
}


.screen {
  height: 100%;
  width: 100%;
  /* background-image: url("../images/wallpaper02.jpg"); */
}

div {
  display: flex;
  justify-content: flex-start;
}



.center {
  display: flex;
  justify-content: center;
}

hr {
  border: 1px solid rgb(0, 0, 0);
}

a {
  text-decoration: none !important;
  color: #0e408d;
}

.under {
  text-decoration: underline red;
}

.line {
  text-decoration: line-through;
}

.plain {
  text-decoration: none;
}