@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

html {
  height: 100%;
}

body {
  font-family: "Open Sauce", sans-serif;
  color: #3a4451;
  /* font-family: "Fjalla One", sans-serif; */
  /* background: linear-gradient(to bottom, #405166 0%, #656f6f 100%); */
}

.header-text {
  color: #4f82b9;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}

.logo {
  width: 350px;
}

.title:nth-child(1) {
  color: #3a4450;
}

.circle-container {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
}

.circle-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
}

.card-text {
  background-color: rgba(79, 130, 185, 0.1);
  padding: 10px;
  border-radius: 5px;
  /* color: white; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
