/* 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("-.jpg");  
  cursor: url("sword.gif"), default;
  color: black;
  font-family: Verdana;
  height:auto;
  margin-left: 5%;
  margin-right: 5%;
                }
                
                
/* Left and right column */
.columnside {
   float: left;
  width: 20%;
  border: 1px solid;
  color:black;
  padding: 7px 7px 7px 7px;
  margin: 10px 10px 10px 10px;
  background-color:lightblue;
  text-align: center;
}

/* Middle column */
.columnmiddle {
   float: left;
  width: 50%;
  border: 1px solid;
  color:black;
  padding: 7px 7px 7px 7px;
  margin: 10px 10px 10px 10px;
  background-color:lightblue;
}
       
 /* Create three equal columns that float next to each other */
.column {
  float: left;
  width: 30%;
  border: 1px solid;
  color:black;
  padding: 5px 5px 5px 5px;
  margin: 10px 10px 10px 10px;
  background-color:lightblue;
  height: 500px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
    
    
.p {
  text-align: left;
}
     #place {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 10px;
  line-height: 1.2;
  background-color:lightgreen;
  border: 1px solid;
  border-color:black;
  color:black;
    }
    
    #area {
  margin: auto;
  width: 60%;
  border: 1px solid black;
  padding: 10px 10px 10px 10px;
  background-color:lightblue;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
           
#notarea {
  position: absolute;
  padding: 30px 30px 30px 30px;
  text-align:left;
  border: 1px solid;
  border-color:black;
  background-color:lightblue;
  margin: auto;
  
  
  }
  
#main {
      background-color:lightblue;
      border: 1px solid;
      border-color:black;
      color:black;
      padding: 10px 10px 10px 10px;
      height:auto;
      margin:20px 20px 20px 20px;
      width:50%;
      position:fixed;
      text-align:center;
                }
                

  #heading{
    text-align:left;
    background-image: url("5013.png");
    color:black;
    height:auto;
    margin-left:20px;
    margin-right:20px;
    padding: 5px 5px 5px 5px;
    border: 2px solid;
  align-items: center;
    margin:20px;
    }
            
h1 { 
  color:blue;
  text-align:center;
  font-family: "Sigmar", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  text-align:center;
  }
  
  h3 {
    text-align:center;
    }
  
  
#leftbar{
  text-align: left;
  }
  
  #highlight{
    background-color:yellow;
    }

  .a {
      font-style: bold;
      }


   
  #areatwo {
  margin: auto;
  width: 65%;
  border: 1px solid black;
  padding: 10px 10px 10px 10px;
  background-color:lightblue;
}


