/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face {
    font-family: "Milky Coffee";
    src: url("Milky Coffee.ttf") format("truetype");
}

.body1{
  background: #bd2322;
  background-image: url('fallingstarslong.gif');
  font-family: Milky Coffee;
  color: #f9ee81;
  overflow: auto;
}
.mainbox{ 
background-color: rgb(245, 154, 46, 0.8);
border-style: groove hidden ridge;
border-width: 10px;
border-color: #1075cf;
border-radius: 50px;
padding: 3px;
width: 975px;
height: 1050px;
position: absolute;
margin: 15px;
margin-left: 275px;
right: 300px;
}
.wordbox{
  background: #1075cf;
  border-radius: 25px;
  overflow: auto;
  color: #fbd100;
  margin: 30px;
  padding: 10px;
  height: 800px;
  width: 600px;
} 
.menu{ 
  background:#31abde;
  color: #fbd100;
  border-radius:25px;
  overflow: auto;
  position: absolute;
  margin-left: 700px;
  margin-top: -850px;
  width: 200px;
  height: 600px;
  padding: 10px;
}

#chilling{transform: scaleX(-1);
position: absolute;
height: 150px;
width: 225px;
margin-left:750px;
margin-top: -145px;
}
#banner{ width: 950px;
height: 150px;
border-radius: 25px;
}

.btn{
  color: #fbd100;
  text-decoration: none;
}
.btn:hover{
  color: #ff4231;
  text-decoration: none;
}

.the{ color: #ff4231; 
  -webkit-text-stroke: 1.5px #fbd100;
}
.analysis1{color: #ff4231; 
  -webkit-text-stroke: 1.5px #fbd100;}
      
      