@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coming+Soon&family=Single+Day&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap');
::selection {background: #FACE7A;}
body{
	 background: url(pattern.png)repeat; 
    background-color: #d4b588;
    color: #75491a;
    font-family: "Coming Soon", cursive;
  font-weight: 400;
    font-size: 17px;
    cursor: url(eep.png), auto;
  
}


    

header{
	text-align: center;
	margin:auto;
    width:1030px;}


section
{   background-image: url(design.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  width:1044px;
  height:842px;
  box-sizing:border-box;
  margin: auto;}

.sidebar
{
  position: absolute;
  overflow:auto;
  width:200px;
  height:520px;
  margin-top:45px;
  margin-left:50px;
  text-align:left;
  font-size:18px;
}

.text
{
  overflow: auto;
  text-align:left;
  margin:auto;
  max-width:200px;
  margin-top:35px;
  margin-left:270px;
  padding-right:10px;

 }
 
 

 p{
	 line-height:1.2em;
	text-align:justify;
 }
 
 img {
	margin:auto;
}	

a{color:#F0B341;
  text-decoration:none;}

div {float:left;
	width: 250px;
	margin: 0 10px 10px 10px;

	
}
 
  
