@font-face {
  font-family: napoelen;
  src: url(/fonts/Napoelen-Regular.woff);
}

body {
    margin: 0;
    background-color: #F0F0FF;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a {
    color: #09093f;
}

.viewport {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.text-box {
    height: auto;
    width: auto;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}
  
.title {
    font-size: 6vh;
    text-align: center;
    font-family: napoelen, sans-serif;
    color: #09093f;
    padding: 1vh;
}

.subtitle {
    font-size: 1.5vh;
    text-align: center;
    font-family: napoelen, sans-serif;
    color: #09093f;
    padding: 0 1vh 1vh 1vh;
}

.logo {
    height: 6vh;
    width: 6vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
}