body {
  margin: 0;
  font-family: 'Verdana', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #000000;
  color: #dddddd;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
}

p {
  margin-top: 0px;
  margin-bottom: 6px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

a.applink:link,
a.applink:visited,
a.applink:hover,
a.applink:active {
  color: #4f80e1;
  text-decoration: underline;
}

div#home {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

div#main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#ask1 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 17px;
}

div#ask2 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 18px;
}

img#word {
  padding-top: 5px;
  padding-bottom: 5px;
  pointer-events: none;
}

img#vu {
  padding-bottom: 12px;
  pointer-events: none;
}

div#stores {
  display: flex;
  flex-direction: column;
}

.folder-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}

.folder-name {
  font-size: 22px;
}

.owner-name {
  font-size: 17px;
  margin-top: 7px;
}

.open-link {
  font-weight: bold;
  font-size: 24px;
  margin-top: 35px;
}

.store-button {
  margin-top: 10px;
  margin-bottom: 5px;
}

.message-title {
  margin-top: 30px;
  font-size: 20px;
}

.message-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
