.class {
  font-family: Helvetica, Arial, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}

p {
  color: #4A4A4A;
}

a {
  text-decoration: none;
}

#container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
}

.line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-right: 1px solid #F2F2F2
}

.column {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-items: stretch;
}

.column.side {
  width: 400px;
  flex-direction: row;
}

.column.center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#top-bar {
  height: 80px;
}

header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 10px;
}

#main-content {
  flex: 1;
}

footer {
  margin: 10px;
}

#mini-logo {
  display: inline-block;
  padding: 15px;
  margin: 15px;
  margin-left: 60px;
  cursor: pointer;
}

.mini-title {
  font-family: "Arial Black", sans-serif;
  font-weight: 900;
}


#logo {
  height: 200px;
  display: flex;
  justify-content: center;
}

.button {
}

.front {
  color: #4A90E2;
}

.end {
  color: #4A4A4A
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.center-wrapper {
  width: 510px;
  max-width: 100%;
}

.blue-round {
  border-radius: 25px;
  padding: 0;
  border: none;
  height: 44px;
  width: 100%;
  background: #297FE2;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

@media (hover: hover) {
  .blue-round:hover .blue-round:active {
    background: #2078D5;
  }
}

.blue-round:focus {
  outline: none;
}

.ad {
  flex: 1;
  height: 100%;
  margin: 20px;
}

.logo {
  width: auto;
  padding: 8px;
  height: 32px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .ad {
    width: 0;
    margin: 0;
  }
}
