* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #d3d3d3;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100vh;
}

main {
  flex: 1;
  display: flex;
}

footer {
  flex: 0 30px;
  background-color: #011F5B;
}

section {
  flex: 70%;
}

aside {
  flex: 30%;
  border-left: thick solid #011F5B;
  margin-left: auto;
}

h2 {
  color: #8F6593;
  font-size: 2em;
}

h3 {
  color: #011F5B;
}

.navbar-brand {
  color: #99D9EA;
}

#startup_link {
  font-size: large;
}

.title {
  color: #99D9EA;
  font-size: 3vw;
  text-align: center;
  background-color: inherit;
  flex: 1;
}

.contact_info {
  background-color: inherit;
  text-align: right;
  margin-right: 1em;
}

.email {
  background-color: inherit;
  color: #99D9EA;
}
