/* Website themes/color-schemes notepad 

Mizi/Pink Themed - 
bg -- #fff1f6
main -- #ff8fb2 
accent1 -- #ffb3d1
accent2 -- #181c40
text1 -- #4a2c35
text2 -- #2d304a
bonus -- #fc4c8d
fonts -- 
(NORMAL) Quicksand,Comfortaa,Playfair Display,Cormorant,DM Serif Display
(CURSIVE) Monsieur La Doulaise,Imperial Script,League Script*/

body {
  background-color: #060c24;
} 

.container{
  color: #060c24;
  margin: 0 auto;
}

.welcome-banner-wrapper{
  position: relative;
  text-align: center;
  margin: 0 auto; 
  border-width: 10px;
  border-color: #ffb3d1;
}

.welcome-banner{
  width: 95vw;
  text-align: center;
  margin: 20px 0 0 auto;
  border-radius: 10px;
}

.card-underbanner{
  position: relative;
  height: 200px;
  color: #ff8fb2;
}