* {
  box-sizing: border-box;
}
/* 
*,
*:before,
*:after {
  box-sizing: border-box;
}
*/
a {
  text-decoration: none;
  color:#a90731;
}

a:hover {
  color: #a90731;
}

a:visited {
  color: #a90731;
}

body {
  margin: 0;
  width: 100%;
  /* font-family: helvetica, arial, sans-serif;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
  font-family: Raleway, sans-serif;
  background: white;
}

.top-bar {
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  background-color: #1877f2;
  color:white;
  padding: 6px;
  font-weight: bold;
  z-index: 2;
  font-family: Raleway, sans-serif;
}
.top-bar-left {
  display:inline-block;
}
.top-bar-right {
  float: right;
  font-weight: normal;
}

.home-main-heading {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: rgb(24 119 242);
  width: 80%;
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  /* font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  /* : 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}

.name-characters {
  color: #af2b2b;
}

.home-main-description {
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #0d046b;
  width: 80%;
  text-align: center;
  font-size: large;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}


.main-heading {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  width: 80%;
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  /* font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  /* : 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}



.main {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 80%;
  /* height: 300px; */
  background-image: linear-gradient(rgb(255 248 248), rgb(244, 248, 222),rgb(255 248 248));
  border-radius: 10px;
  border: solid 3px #1877f2;
  position: relative;
  padding-bottom: 10px;
}

.main-spelling-date {
  width: 100%;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.spelling-date-heading {
  font-weight: 700;
}

.spelling-date-value {
  font-weight: 300;
  font-style: italic;
  /* text-decoration: underline; */
  border-bottom: dotted 2px orange;
  font-family: math, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.main-description {
  margin: 20px 10px 20px 10px;
}

.div-word {
  margin: 15px 10px 10px 10px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.div-word-main {
  font-weight: bold;
  font-size:large;
  color:#0a6ff4; 
  font-style: italic;
  /* font-family:cursive; */
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}

.word-meaning-value, .word-usage-value  {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: smaller;
}

.bottom-bar {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
}


.wrapper {
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #f6ffff, 5%, #e5f4ff, 50%, #87c5f2);
  position: fixed;
  top:0;
  left:0;

  z-index: -1;
}
.wrapper h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: sans-serif;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #fff;
  font-size: 40px;
  font-weight: 888;
  text-transform: uppercase;
}
.wrapper div {
  height: 60px;
  width: 60px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  position: absolute;
  top: 10%;
  left: 10%;
  animation: 4s linear infinite;
}
div .dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20%;
  right: 20%;
}
.wrapper div:nth-child(1) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(3) {
  top: 40%;
  left: 40%;
  animation: animate 3s linear infinite;
}
.wrapper div:nth-child(4) {
  top: 66%;
  left: 30%;
  animation: animate 7s linear infinite;
}
.wrapper div:nth-child(5) {
  top: 90%;
  left: 10%;
  animation: animate 9s linear infinite;
}
.wrapper div:nth-child(6) {
  top: 30%;
  left: 60%;
  animation: animate 5s linear infinite;
}
.wrapper div:nth-child(7) {
  top: 70%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(8) {
  top: 75%;
  left: 60%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(9) {
  top: 50%;
  left: 50%;
  animation: animate 6s linear infinite;
}
.wrapper div:nth-child(10) {
  top: 45%;
  left: 20%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(11) {
  top: 10%;
  left: 90%;
  animation: animate 9s linear infinite;
}
.wrapper div:nth-child(12) {
  top: 20%;
  left: 70%;
  animation: animate 7s linear infinite;
}
.wrapper div:nth-child(13) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(14) {
  top: 60%;
  left: 5%;
  animation: animate 6s linear infinite;
}
.wrapper div:nth-child(15) {
  top: 90%;
  left: 80%;
  animation: animate 9s linear infinite;
}
@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(70deg);
  }
  100% {
    transform: scale(1.3) translateY(-100px) rotate(360deg);
  }
}