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

:root {
        --colorname:#hexcode;
        }
        
        
body {
  background-color: #FFFFFF;
  background-image:url(https://bluebells-and-cedar.neocities.org/images/lemoonboots-scrapbook-2472426_1920.jpg);
  background-size: cover;
  height: 100%;
  padding: 0px;
  font-family: "Playfair Display";
  
}


.bodycontainer {
  
  background-color: transparent;
  text-align: center;
  
}



.header {
  background: rgba(237,220,199,0.8);
  min-height: 20px;
  border: 1px #662d46 solid;
  text-align: center;
  font-family: "Playfair Display";
  color: #300715;
  font-size: 14px;
  width: 600px;
  margin: auto;
  padding: 0px;
}

.navlinks {
  color: white;
  font-family: "Playfair Display";
  font-size: 20pt;
  font-weight: bold;
  
}

.welcome {
  
  width: 1000px;
  min-height: 20px;
  border: 5px #f7b5f4 solid;
  border-radius: 5px;
  text-align: left;
  font-size: 18px;
  padding: 0px;
  color: white;
  background-color: #4f0d43;
  margin: auto;
  font-family: "Playfair Display";
  
  
}

.container {
  display: flex;
  width: 1040px;
  padding: 20px;
  margin: auto;
  
}

.main {
  background: rgba(237,220,199,0.8);
  min-height: 20px;
  border: 1px #662d46 solid;
  text-align: center;
  font-family: "Playfair Display";
  color: #300715;
  font-size: 14px;
  width: 600px;
  margin: auto;
  padding: 0px;
  
  
}

.leftside {
  background: rgba(237,220,199,0.5);
  width: 200px;
  min-height: 20px;
  border: 1px #662d46 solid;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 14px;
  color: #300715;
  margin: 0px;
  padding: 0px;
  
}


.rightside {
  background: rgba(237,220,199,0.5);
  width: 200px;
  min-height: 20px;
  border: 1px #662d46 solid;
  text-align: center;
  font-family: "Playfair Display";
  color: #300715;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  
}


