/* 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." */

body {
  background-image: url('preachers-daughter-bg.png');
  background-size: 1600px;
  background-attachment: fixed;
  font-family: GNUunifont, ms pgothic, arial;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 10000000;
  pointer-events: none;
  width: 500%;
  height: 500%;
  background-image: url(static.gif);
  background-repeat: repeat;
  opacity: 0.23;
  left: 0;
  top: 0;
}
.header {
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;  
  color: white;
  text-align: center;
  font-size: 30px;
  padding-top: 320px;
}
.lace {
  position: fixed;
  left: -15px;
  scale: 1.2;
  bottom: 60px;
}
.magnolia {
  position: fixed;
  right: -105px;
  scale: 0.67;
  bottom: -67px;
}
.magnolia2 {
  position: fixed;
  right: -30px;
  top: -64px;
  scale: 0.8;
}
.lily{
  position: fixed;
  right: -86px;
  top: 137px;
  scale:0.67;
}
/*!!!----------------------------------------------------------------------------------------whole--------------------------------------------------------------------!!*/


.select {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;  
  color: white;
  text-align: center;
  font-size: 16px;
}
.select a{
  margin: 15px;
  color: white;
  transition: color 0.5s, transform 0.3s;
}
.select a:hover {
  color: #a46c4f;
  transform: scale(1.1);
} 
::selection {
  background: #5a3a1f70;
  color: white;
}
::-webkit-scrollbar {
    width: 10px;
}
                    
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #00000030; 
    border-radius: 10px;
}
                    
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #00000030; 
}


/*!!!----------------------------------------------------------------------------------------first page--------------------------------------------------------------------!!*/

.messageboxbg {
  height: 597px;
  width: 425px;
  background-image: url('lace-bg-msg.png');
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 8px;
}
.messagebox {
  overflow: auto;
  position:relative;
  height: 300px;
  width: 253px;
  justify-content: center;
  align-items: center;
  margin: auto;
  top: 155px;
  border-radius: 8px;
}
.message {
  color: #5a3a1f;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.happybirthday {
  color: white;
  text-align: center;
  font-size: 45px;
}


/*!!!-----------------------------------------------------------------------------------------second page----------------------------------------------------------------!!!*/

.bodybox {
  display: grid;
  overflow: scroll;
  height: 500px;
  width: 420px;
  justify-content: center;
  align-items: center;
  background-color: #c2a79970;
  margin: 0 auto;
  margin-top: 200px;
  border-radius: 8px;
  padding: 10px 10px 10px 15px;
}
.message2 p {
  color: white;
  text-align: center;
  margin-bottom: 28px;
}
.listbox {
  overflow: scroll;
  background: #ffffff50;
  height: 120px;
  width: 370px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: justify;
  font-size: 16px;
  border-style: solid;
  border-color: #ffffff90;
  border-width: 2px;
  box-shadow: 3px 3px 4px #ffffff70, -3px -3px 4px #ffffff70;
  border-radius: 8px;
  padding: 10px 10px 10px 12px;
  margin-bottom: 10px;
}
.date {
  font-size: 19px;
  text-shadow: 2px 2px 3px #5a3a1f;
}
