
body {
    font-family: arial;
    color: #FFF8DC;
    font-weight: bold;
    font-size: 14pt;
    background-image: url(../images/sand.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 50px;
}

a{
    color: hotpink;
}

p { 
	margin-top: 0; 
	text-align: justify;
}

header {
    display: flex;
    padding-top: 20px;
    height: 87px;
    justify-content: space-between;
    align-items: center;
}

h3 { 
	font: italic normal 1.4em georgia;
	margin-bottom: 0; 
	color: #6495ED;
}

header h1 {
    text-align: left;
    font-family: "Zen Loop", cursive;
    margin: 0;
    font-style: italic;
    font-size: 60pt;
    color: #F0E68C;
    padding: 20px; 
    border: 5px solid cornflowerblue; 
    border-radius: 50%; 
    display: inline-block; 
}
  
header h2 {
    text-align: right;
    font-family: "Zen Loop", cursive;
    margin: 0;
    font-style: italic;
    font-size: 36pt;
    color: rgb(0, 37, 139);
}

.summary p {
    border: 5px cornflowerblue;
    background-color: palegoldenrod;
    background-position: center;
   
	text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 18pt;
    color:rgb(0, 129, 17)
} 

.sidebar {
    color: #222;
    background-image: url(../images/sand2.jpg);
    float: left;
    width: 25%;
    padding-right: 20px;
}

.sidebar h3 {
    color: #222;
    font-weight: bold;
}

.sidebar a {
    color:darkblue
}

.main.supporting {
    float: right; 
    width: 70%; 
}

