
body 
{
 
 margin-top:10px;
 margin-left:50px;
 margin-right:100px;
 background-color: azure;
 font-family: Cormorant Garamond, var(--global-body-font-family)
  
 
}

p {
  margin: 15px;
  font-size: 19px;
}

img {
  float: right;
  border: 1px;
  margin: 0px 15px 15px 20px;
}


a:link {
  color: #000;
 
 }

a:visited {
  color: #000;
  
}

a:hover {
  color: #000080;
 
}

a:active {
  color: #000;
  
}

* {
  box-sizing: border-box;
}


.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}


.row {margin: 0 -5px;}


.row:after {
  content: "";
  display: table;
  clear: both;
}



@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
   img {
	    Float: none;
		
}
        		
		}
	
}


h1 {
  text-align: left;
  font-family: Ephesis;
  
}

h2 {
  text-align: left;
}

h3 {
  text-align: left;
}


.footer {
  position: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: azure;
  color: ;
  text-align: center;
  padding: 5px 11px;
  border: 2px;
  border-color: #1abc9c;
  border-style: dotted;
  
 }
 
 
h1 a:link {
	text-decoration:none;
	
}

.breakword {
    word-break: break-all;
    white-space: normal;
	font-size: 19px;
}


button {
  background-color: #6495ED; 
  border: none;
  color: white;
  padding: 18px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
}


 
