@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
  background-color: white;
  color: black;
   font-family: "Cal Sans", sans-serif;
}

/* Start Nicholas Section */

#imgcontainer img {
  display:block;
  width:50%;
  height:auto;
  margin:auto;
  filter: drop-shadow(5px 5px 10px #000000);
} 

#catchphrase {
  text-align:center;
  font-size:25px;
  color:#FFFFFF;
  filter: drop-shadow(5px 5px 0px #000000);
}

#homecenter {
  background-color:white;
}

#introduction {
  font-size:25px;
  text-align:center;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  color:#000000;
  filter: drop-shadow(5px 2px 0px #FFFFFF);
}

#slogan {
  font-size:30px;
  text-align:center;
  color:#000000;
  filter: drop-shadow(5px 5px 0px #FFFFFF);
}

#promotion {
  font-size:30px;
  text-align:center;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  color:#FFFFFF;
  filter: drop-shadow(5px 2px 0px #000000);
}

hr{
  color:#FFFFFF;
}

#button img{
  display:block;
  width:25%;
  height:auto;
  margin:auto;
  filter: drop-shadow(5px 5px 0px #000000);
}

/* End Nicholas Section*/

/* Start Randy Section */

#Aboutusv1 {
  font-size:25px;
  text-align:Left;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  color:#FFFFFF;
  filter: drop-shadow(5px 2px 0px #000000);
/* End Randy Section */

/* Start Anthony Section*/
/* End Anthony Section */
