* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

html {
  background-color: #ffffff;
  color: #1e1e1e;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

.main-frame {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.header {
  margin-top: 25px;
  margin-left: 25px;
}

.gcb {
  font-size: 150%;
  color: rgb(120, 35, 220);
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
}

a {
  color: rgb(120, 35, 220);
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
}

.error {
  margin-top: -50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h3 {
  margin-top: 5px;
  color: #6d6d6d;
}

.img-kearney {
  height: 40px;
}

.img-cloud {
  width: 270px;
  height: auto;
}
